Html Css Color HEX #088232 Dark Spring Green

📋 copy color: '#088232'

red 8 ◦ green 130 ◦ blue 50

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

Shades of Dark Spring Green #088232

Tints of Dark Spring Green #088232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 69.15%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 4.26%
G = 69.15%
B = 26.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#088232 (or 0x088232) is known color: Dark Spring Green. HEX triplet: 08, 82 and 32. RGB value is (8,130,50). Sum of RGB (Red+Green+Blue) = 8+130+50=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #088232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088232 is #F77DCD. Grayscale: #545454. Windows color (decimal): -16219598 or 3310088. OLE color: 3310088.

HSL color Cylindrical-coordinate representation of color #088232: hue angle of 140.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088232 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 50 -
CMYK 0.94 0 0.62 0.49
HSL 140.66º 0.88% 0.27% -
HSV(B) 140.66º 0.94% 0.51% -
XYZ 8.66 16.25 5.7 -
YUV 84.4 108.58 73.5 -
System Red Green Blue C M Y K H S L
Decimal 8 130 50 0.94 0 0.62 0.49 140.66 0.88 0.27
Hex 8 82 32 5E 0 3E 31 8D 58 1B
Octal 10 202 62 136 0 76 61 215 130 33
Binary 1000 10000010 110010 1011110 0 111110 110001 10001101 1011000 11011

Color Harmonies of #088232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088232

Black with #088232

Text Example


Text Example

White with #088232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088232; }

 p { color: rgb(8,130,50); }

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

background-color css

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

 a { background-color: rgb(8,130,50); }

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

border-color css

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

 span { border-color: rgb(8,130,50); }

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