Html Css Color HEX #018133 Dark Spring Green

📋 copy color: '#018133'

red 1 ◦ green 129 ◦ blue 51

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

Shades of Dark Spring Green #018133

Tints of Dark Spring Green #018133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 0.55%
G = 71.27%
B = 28.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#018133 (or 0x018133) is known color: Dark Spring Green. HEX triplet: 01, 81 and 33. RGB value is (1,129,51). Sum of RGB (Red+Green+Blue) = 1+129+51=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #018133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018133 is #FE7ECC. Grayscale: #525252. Windows color (decimal): -16678605 or 3375361. OLE color: 3375361.

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

Color convert

RGB 1 129 51 -
CMYK 0.99 0 0.60 0.49
HSL 143.44º 0.98% 0.25% -
HSV(B) 143.44º 0.99% 0.51% -
XYZ 8.46 15.95 5.76 -
YUV 81.84 110.59 70.34 -
System Red Green Blue C M Y K H S L
Decimal 1 129 51 0.99 0 0.60 0.49 143.44 0.98 0.25
Hex 1 81 33 63 0 3C 31 8F 62 19
Octal 1 201 63 143 0 74 61 217 142 31
Binary 1 10000001 110011 1100011 0 111100 110001 10001111 1100010 11001

Color Harmonies of #018133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018133

Black with #018133

Text Example


Text Example

White with #018133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018133; }

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

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

background-color css

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

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

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

border-color css

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

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

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