Html Css Color HEX #008432 Dark Spring Green

📋 copy color: '#008432'

red 0 ◦ green 132 ◦ blue 50

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

Shades of Dark Spring Green #008432

Tints of Dark Spring Green #008432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.53%

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

R = 0%
G = 72.53%
B = 27.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#008432 (or 0x008432) is known color: Dark Spring Green. HEX triplet: 00, 84 and 32. RGB value is (0,132,50). Sum of RGB (Red+Green+Blue) = 0+132+50=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #008432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008432 is #FF7BCD. Grayscale: #535353. Windows color (decimal): -16743374 or 3310592. OLE color: 3310592.

HSL color Cylindrical-coordinate representation of color #008432: hue angle of 142.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008432 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 50 -
CMYK 1 0 0.62 0.48
HSL 142.73º 1% 0.26% -
HSV(B) 142.73º 1% 0.52% -
XYZ 8.83 16.73 5.78 -
YUV 83.18 109.27 68.67 -
System Red Green Blue C M Y K H S L
Decimal 0 132 50 1 0 0.62 0.48 142.73 1 0.26
Hex 0 84 32 64 0 3E 30 8F 64 1A
Octal 0 204 62 144 0 76 60 217 144 32
Binary 0 10000100 110010 1100100 0 111110 110000 10001111 1100100 11010

Color Harmonies of #008432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008432

Black with #008432

Text Example


Text Example

White with #008432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008432; }

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

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

background-color css

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

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

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

border-color css

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

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

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