Html Css Color HEX #018035 Dark Spring Green

📋 copy color: '#018035'

red 1 ◦ green 128 ◦ blue 53

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

Shades of Dark Spring Green #018035

Tints of Dark Spring Green #018035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.33%

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 0.55%
G = 70.33%
B = 29.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#018035 (or 0x018035) is known color: Dark Spring Green. HEX triplet: 01, 80 and 35. RGB value is (1,128,53). Sum of RGB (Red+Green+Blue) = 1+128+53=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #018035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018035 is #FE7FCA. Grayscale: #515151. Windows color (decimal): -16678859 or 3506177. OLE color: 3506177.

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

Color convert

RGB 1 128 53 -
CMYK 0.99 0 0.59 0.50
HSL 144.57º 0.98% 0.25% -
HSV(B) 144.57º 0.99% 0.5% -
XYZ 8.37 15.7 5.96 -
YUV 81.48 111.92 70.6 -
System Red Green Blue C M Y K H S L
Decimal 1 128 53 0.99 0 0.59 0.50 144.57 0.98 0.25
Hex 1 80 35 63 0 3B 32 91 62 19
Octal 1 200 65 143 0 73 62 221 142 31
Binary 1 10000000 110101 1100011 0 111011 110010 10010001 1100010 11001

Color Harmonies of #018035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018035

Black with #018035

Text Example


Text Example

White with #018035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018035; }

 p { color: rgb(1,128,53); }

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

background-color css

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

 a { background-color: rgb(1,128,53); }

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

border-color css

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

 span { border-color: rgb(1,128,53); }

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