Html Css Color HEX #008532 Dark Spring Green

📋 copy color: '#008532'

red 0 ◦ green 133 ◦ blue 50

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

Shades of Dark Spring Green #008532

Tints of Dark Spring Green #008532

RGB

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

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

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

R = 0%
G = 72.68%
B = 27.32%

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

#008532 (or 0x008532) is known color: Dark Spring Green. HEX triplet: 00, 85 and 32. RGB value is (0,133,50). Sum of RGB (Red+Green+Blue) = 0+133+50=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #008532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008532 is #FF7ACD. Grayscale: #535353. Windows color (decimal): -16743118 or 3310848. OLE color: 3310848.

HSL color Cylindrical-coordinate representation of color #008532: hue angle of 142.56º 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 #008532 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 50 -
CMYK 1 0 0.62 0.48
HSL 142.56º 1% 0.26% -
HSV(B) 142.56º 1% 0.52% -
XYZ 8.96 17.01 5.83 -
YUV 83.77 108.94 68.25 -
System Red Green Blue C M Y K H S L
Decimal 0 133 50 1 0 0.62 0.48 142.56 1 0.26
Hex 0 85 32 64 0 3E 30 8F 64 1A
Octal 0 205 62 144 0 76 60 217 144 32
Binary 0 10000101 110010 1100100 0 111110 110000 10001111 1100100 11010

Color Harmonies of #008532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008532

Black with #008532

Text Example


Text Example

White with #008532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008532; }

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

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

background-color css

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

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

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

border-color css

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

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

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