Html Css Color HEX #088130 Dark Spring Green

📋 copy color: '#088130'

red 8 ◦ green 129 ◦ blue 48

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

Shades of Dark Spring Green #088130

Tints of Dark Spring Green #088130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 69.73%

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 4.32%
G = 69.73%
B = 25.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#088130 (or 0x088130) is known color: Dark Spring Green. HEX triplet: 08, 81 and 30. RGB value is (8,129,48). Sum of RGB (Red+Green+Blue) = 8+129+48=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #088130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088130 is #F77ECF. Grayscale: #535353. Windows color (decimal): -16219856 or 3178760. OLE color: 3178760.

HSL color Cylindrical-coordinate representation of color #088130: hue angle of 139.83º 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 #088130 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 129 48 -
CMYK 0.94 0 0.63 0.49
HSL 139.83º 0.88% 0.27% -
HSV(B) 139.83º 0.94% 0.51% -
XYZ 8.48 15.97 5.43 -
YUV 83.59 107.91 74.09 -
System Red Green Blue C M Y K H S L
Decimal 8 129 48 0.94 0 0.63 0.49 139.83 0.88 0.27
Hex 8 81 30 5E 0 3F 31 8C 58 1B
Octal 10 201 60 136 0 77 61 214 130 33
Binary 1000 10000001 110000 1011110 0 111111 110001 10001100 1011000 11011

Color Harmonies of #088130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088130

Black with #088130

Text Example


Text Example

White with #088130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088130; }

 p { color: rgb(8,129,48); }

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

background-color css

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

 a { background-color: rgb(8,129,48); }

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

border-color css

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

 span { border-color: rgb(8,129,48); }

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