#08B61B

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

Shades of Dark Pastel Green #08B61B

Tints of Dark Pastel Green #08B61B

Color information

#08B61B (or 0x08B61B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, B6 and 1B. RGB value is (8,182,27). Sum of RGB (Red+Green+Blue) = 8+182+27=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 182 (71.48% from 255 or 83.87% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 182 - color contains mainly: green. Hex color #08B61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B61B is #F749E4. Grayscale: #707070. Windows color (decimal): -16206309 or 1816072. OLE color: 1816072.

HSL color Cylindrical-coordinate representation of color #08B61B: hue angle of 126.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B61B is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB818227-
CMYK0.9600.850.29
HSL126.55º91.58%37.25%-
HSV(B)126.55º95.6%71.37%-
XYZ17.0333.596.62-
YUV112.379.8553.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 182 (71.48% from 255) = 83.87%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=3.69%
G=83.87%
B=12.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8182270.9600.850.29126.5591.5837.25
Hex8B61B600551D7f5c25
Octal102663314001253517713445
Binary100010110110110111100000010101011110111111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B61B; }

 p { color: rgb(8,182,27); }

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

<style>
 a { background-color: #08B61B; }

 a { background-color: rgb(8,182,27); }

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

<style>
 span { border-color: #08B61B; }

 span { border-color: rgb(8,182,27); }

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