Html Css Color HEX #018932 Dark Spring Green

📋 copy color: '#018932'

red 1 ◦ green 137 ◦ blue 50

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

Shades of Dark Spring Green #018932

Tints of Dark Spring Green #018932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 72.87%

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

R = 0.53%
G = 72.87%
B = 26.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#018932 (or 0x018932) is known color: Dark Spring Green. HEX triplet: 01, 89 and 32. RGB value is (1,137,50). Sum of RGB (Red+Green+Blue) = 1+137+50=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #018932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018932 is #FE76CD. Grayscale: #565656. Windows color (decimal): -16676558 or 3311873. OLE color: 3311873.

HSL color Cylindrical-coordinate representation of color #018932: hue angle of 141.62º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018932 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 50 -
CMYK 0.99 0 0.64 0.46
HSL 141.62º 0.99% 0.27% -
HSV(B) 141.62º 0.99% 0.54% -
XYZ 9.53 18.13 6.01 -
YUV 86.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 1 137 50 0.99 0 0.64 0.46 141.62 0.99 0.27
Hex 1 89 32 63 0 40 2E 8E 63 1B
Octal 1 211 62 143 0 100 56 216 143 33
Binary 1 10001001 110010 1100011 0 1000000 101110 10001110 1100011 11011

Color Harmonies of #018932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018932

Black with #018932

Text Example


Text Example

White with #018932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018932; }

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

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

background-color css

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

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

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

border-color css

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

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

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