Html Css Color HEX #08852F Dark Spring Green

📋 copy color: '#08852F'

red 8 ◦ green 133 ◦ blue 47

#08852F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #08852F

Tints of Dark Spring Green #08852F

RGB

 RED value IS 8 (3.52% from 255) = 4.26%

 GREEN value IS 133 (52.34% from 255) = 70.74%

 BLUE value IS 47 (18.75% from 255) = 25%

R = 4.26%
G = 70.74%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#08852F (or 0x08852F) is known color: Dark Spring Green. HEX triplet: 08, 85 and 2F. RGB value is (8,133,47). Sum of RGB (Red+Green+Blue) = 8+133+47=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #08852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08852F is #F77AD0. Grayscale: #565656. Windows color (decimal): -16218833 or 3114248. OLE color: 3114248.

HSL color Cylindrical-coordinate representation of color #08852F: hue angle of 138.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08852F is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 47 -
CMYK 0.94 0 0.65 0.48
HSL 138.72º 0.89% 0.28% -
HSV(B) 138.72º 0.94% 0.52% -
XYZ 9 17.03 5.5 -
YUV 85.82 106.09 72.49 -
System Red Green Blue C M Y K H S L
Decimal 8 133 47 0.94 0 0.65 0.48 138.72 0.89 0.28
Hex 8 85 2F 5E 0 41 30 8B 59 1C
Octal 10 205 57 136 0 101 60 213 131 34
Binary 1000 10000101 101111 1011110 0 1000001 110000 10001011 1011001 11100

Color Harmonies of #08852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08852F

Black with #08852F

Text Example


Text Example

White with #08852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08852F; }

 p { color: rgb(8,133,47); }

 H1.HeaderClassName
 {
   color: #08852F;
 }
 .AnyTagClassName
 {
   color: #08852F;
 }
</style>

background-color css

<style>
 a { background-color: #08852F; }

 a { background-color: rgb(8,133,47); }

 div.DivClassName
 {
   background-color: #08852F;
 }
 .BgClassName
 {
   background-color: #08852F;
 }
</style>

border-color css

<style>
 span { border-color: #08852F; }

 span { border-color: rgb(8,133,47); }

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