Html Css Color HEX #018132 Dark Spring Green

📋 copy color: '#018132'

red 1 ◦ green 129 ◦ blue 50

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

Shades of Dark Spring Green #018132

Tints of Dark Spring Green #018132

RGB

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

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

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

R = 0.56%
G = 71.67%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#018132 (or 0x018132) is known color: Dark Spring Green. HEX triplet: 01, 81 and 32. RGB value is (1,129,50). Sum of RGB (Red+Green+Blue) = 1+129+50=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #018132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018132 is #FE7ECD. Grayscale: #515151. Windows color (decimal): -16678606 or 3309825. OLE color: 3309825.

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

Color convert

RGB 1 129 50 -
CMYK 0.99 0 0.61 0.49
HSL 142.97º 0.98% 0.25% -
HSV(B) 142.97º 0.99% 0.51% -
XYZ 8.44 15.94 5.65 -
YUV 81.72 110.09 70.42 -
System Red Green Blue C M Y K H S L
Decimal 1 129 50 0.99 0 0.61 0.49 142.97 0.98 0.25
Hex 1 81 32 63 0 3D 31 8F 62 19
Octal 1 201 62 143 0 75 61 217 142 31
Binary 1 10000001 110010 1100011 0 111101 110001 10001111 1100010 11001

Color Harmonies of #018132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018132

Black with #018132

Text Example


Text Example

White with #018132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018132; }

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

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

background-color css

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

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

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

border-color css

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

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

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