Html Css Color HEX #008132 Dark Spring Green

📋 copy color: '#008132'

red 0 ◦ green 129 ◦ blue 50

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

Shades of Dark Spring Green #008132

Tints of Dark Spring Green #008132

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 72.07%
B = 27.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#008132 (or 0x008132) is known color: Dark Spring Green. HEX triplet: 00, 81 and 32. RGB value is (0,129,50). Sum of RGB (Red+Green+Blue) = 0+129+50=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 129 (50.78% from 255 or 72.07% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 129 - color contains mainly: green. Hex color #008132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008132 is #FF7ECD. Grayscale: #515151. Windows color (decimal): -16744142 or 3309824. OLE color: 3309824.

HSL color Cylindrical-coordinate representation of color #008132: hue angle of 143.26º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008132 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 50 -
CMYK 1 0 0.61 0.49
HSL 143.26º 1% 0.25% -
HSV(B) 143.26º 1% 0.51% -
XYZ 8.43 15.93 5.65 -
YUV 81.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 0 129 50 1 0 0.61 0.49 143.26 1 0.25
Hex 0 81 32 64 0 3D 31 8F 64 19
Octal 0 201 62 144 0 75 61 217 144 31
Binary 0 10000001 110010 1100100 0 111101 110001 10001111 1100100 11001

Color Harmonies of #008132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008132

Black with #008132

Text Example


Text Example

White with #008132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008132; }

 p { color: rgb(0,129,50); }

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

background-color css

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

 a { background-color: rgb(0,129,50); }

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

border-color css

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

 span { border-color: rgb(0,129,50); }

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