Html Css Color HEX #018131 Dark Spring Green

📋 copy color: '#018131'

red 1 ◦ green 129 ◦ blue 49

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

Shades of Dark Spring Green #018131

Tints of Dark Spring Green #018131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 0.56%
G = 72.07%
B = 27.37%

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

#018131 (or 0x018131) is known color: Dark Spring Green. HEX triplet: 01, 81 and 31. RGB value is (1,129,49). Sum of RGB (Red+Green+Blue) = 1+129+49=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 129 (50.78% from 255 or 72.07% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 129 - color contains mainly: green. Hex color #018131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018131 is #FE7ECE. Grayscale: #515151. Windows color (decimal): -16678607 or 3244289. OLE color: 3244289.

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

Color convert

RGB 1 129 49 -
CMYK 0.99 0 0.62 0.49
HSL 142.5º 0.98% 0.25% -
HSV(B) 142.5º 0.99% 0.51% -
XYZ 8.42 15.93 5.54 -
YUV 81.61 109.59 70.5 -
System Red Green Blue C M Y K H S L
Decimal 1 129 49 0.99 0 0.62 0.49 142.5 0.98 0.25
Hex 1 81 31 63 0 3E 31 8E 62 19
Octal 1 201 61 143 0 76 61 216 142 31
Binary 1 10000001 110001 1100011 0 111110 110001 10001110 1100010 11001

Color Harmonies of #018131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018131

Black with #018131

Text Example


Text Example

White with #018131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018131; }

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

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

background-color css

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

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

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

border-color css

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

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

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