Html Css Color HEX #018332 Dark Spring Green

📋 copy color: '#018332'

red 1 ◦ green 131 ◦ blue 50

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

Shades of Dark Spring Green #018332

Tints of Dark Spring Green #018332

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 131 (51.56% from 255) = 71.98%

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

R = 0.55%
G = 71.98%
B = 27.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#018332 (or 0x018332) is known color: Dark Spring Green. HEX triplet: 01, 83 and 32. RGB value is (1,131,50). Sum of RGB (Red+Green+Blue) = 1+131+50=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #018332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018332 is #FE7CCD. Grayscale: #535353. Windows color (decimal): -16678094 or 3310337. OLE color: 3310337.

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

Color convert

RGB 1 131 50 -
CMYK 0.99 0 0.62 0.49
HSL 142.62º 0.98% 0.26% -
HSV(B) 142.62º 0.99% 0.51% -
XYZ 8.7 16.47 5.74 -
YUV 82.9 109.43 69.59 -
System Red Green Blue C M Y K H S L
Decimal 1 131 50 0.99 0 0.62 0.49 142.62 0.98 0.26
Hex 1 83 32 63 0 3E 31 8F 62 1A
Octal 1 203 62 143 0 76 61 217 142 32
Binary 1 10000011 110010 1100011 0 111110 110001 10001111 1100010 11010

Color Harmonies of #018332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018332

Black with #018332

Text Example


Text Example

White with #018332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018332; }

 p { color: rgb(1,131,50); }

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

background-color css

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

 a { background-color: rgb(1,131,50); }

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

border-color css

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

 span { border-color: rgb(1,131,50); }

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