#00BB3A

Color #00BB3A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00BB3A

Tints of Dark Pastel Green #00BB3A

Color information

#00BB3A (or 0x00BB3A) is unknown color: approx Dark Pastel Green. HEX triplet: 00, BB and 3A. RGB value is (0,187,58). Sum of RGB (Red+Green+Blue) = 0+187+58=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BB3A is #FF44C5. Grayscale: #747474. Windows color (decimal): -16729286 or 3848960. OLE color: 3848960.

HSL color Cylindrical-coordinate representation of color #00BB3A: hue angle of 138.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB3A is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB018758-
CMYK100.690.27
HSL138.61º100%36.67%-
HSV(B)138.61º100%73.33%-
XYZ18.5335.859.95-
YUV116.3895.0544.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 76.33%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=0%
G=76.33%
B=23.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018758100.690.27138.6110036.67
Hex0BB3A640451B8b6425
Octal02737214401053321314445
Binary01011101111101011001000100010111011100010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BB3A; }

 p { color: rgb(0,187,58); }

 H1.HeaderClassName
 {
   color: #00BB3A;
 }
 .AnyTagClassName
 {
   color: #00BB3A;
 }
</style>
background-color css

<style>
 a { background-color: #00BB3A; }

 a { background-color: rgb(0,187,58); }

 div.DivClassName
 {
   background-color: #00BB3A;
 }
 .BgClassName
 {
   background-color: #00BB3A;
 }
</style>
border-color css

<style>
 span { border-color: #00BB3A; }

 span { border-color: rgb(0,187,58); }

 td.TdClassName
 {
   border-color: #00BB3A;
 }
 .TagClassName
 {
   border-color: #00BB3A;
 }
</style>