Html Css Color HEX #018234 Dark Spring Green

📋 copy color: '#018234'

red 1 ◦ green 130 ◦ blue 52

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

Shades of Dark Spring Green #018234

Tints of Dark Spring Green #018234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 71.04%

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

R = 0.55%
G = 71.04%
B = 28.42%

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

#018234 (or 0x018234) is known color: Dark Spring Green. HEX triplet: 01, 82 and 34. RGB value is (1,130,52). Sum of RGB (Red+Green+Blue) = 1+130+52=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #018234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018234 is #FE7DCB. Grayscale: #525252. Windows color (decimal): -16678348 or 3441153. OLE color: 3441153.

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

Color convert

RGB 1 130 52 -
CMYK 0.99 0 0.60 0.49
HSL 143.72º 0.98% 0.26% -
HSV(B) 143.72º 0.99% 0.51% -
XYZ 8.61 16.22 5.93 -
YUV 82.54 110.76 69.84 -
System Red Green Blue C M Y K H S L
Decimal 1 130 52 0.99 0 0.60 0.49 143.72 0.98 0.26
Hex 1 82 34 63 0 3C 31 90 62 1A
Octal 1 202 64 143 0 74 61 220 142 32
Binary 1 10000010 110100 1100011 0 111100 110001 10010000 1100010 11010

Color Harmonies of #018234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018234

Black with #018234

Text Example


Text Example

White with #018234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018234; }

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

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

background-color css

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

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

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

border-color css

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

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

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