Html Css Color HEX #018034 Dark Spring Green

📋 copy color: '#018034'

red 1 ◦ green 128 ◦ blue 52

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

Shades of Dark Spring Green #018034

Tints of Dark Spring Green #018034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 0.55%
G = 70.72%
B = 28.73%

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

#018034 (or 0x018034) is known color: Dark Spring Green. HEX triplet: 01, 80 and 34. RGB value is (1,128,52). Sum of RGB (Red+Green+Blue) = 1+128+52=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #018034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018034 is #FE7FCB. Grayscale: #515151. Windows color (decimal): -16678860 or 3440641. OLE color: 3440641.

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

Color convert

RGB 1 128 52 -
CMYK 0.99 0 0.59 0.50
HSL 144.09º 0.98% 0.25% -
HSV(B) 144.09º 0.99% 0.5% -
XYZ 8.35 15.69 5.84 -
YUV 81.36 111.42 70.68 -
System Red Green Blue C M Y K H S L
Decimal 1 128 52 0.99 0 0.59 0.50 144.09 0.98 0.25
Hex 1 80 34 63 0 3B 32 90 62 19
Octal 1 200 64 143 0 73 62 220 142 31
Binary 1 10000000 110100 1100011 0 111011 110010 10010000 1100010 11001

Color Harmonies of #018034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018034

Black with #018034

Text Example


Text Example

White with #018034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018034; }

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

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

background-color css

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

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

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

border-color css

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

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

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