Html Css Color HEX #01812A Dark Spring Green

📋 copy color: '#01812A'

red 1 ◦ green 129 ◦ blue 42

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

Shades of Dark Spring Green #01812A

Tints of Dark Spring Green #01812A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 0.58%
G = 75%
B = 24.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#01812A (or 0x01812A) is known color: Dark Spring Green. HEX triplet: 01, 81 and 2A. RGB value is (1,129,42). Sum of RGB (Red+Green+Blue) = 1+129+42=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #01812A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01812A is #FE7ED5. Grayscale: #515151. Windows color (decimal): -16678614 or 2785537. OLE color: 2785537.

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

Color convert

RGB 1 129 42 -
CMYK 0.99 0 0.67 0.49
HSL 139.22º 0.98% 0.25% -
HSV(B) 139.22º 0.99% 0.51% -
XYZ 8.28 15.87 4.82 -
YUV 80.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 1 129 42 0.99 0 0.67 0.49 139.22 0.98 0.25
Hex 1 81 2A 63 0 43 31 8B 62 19
Octal 1 201 52 143 0 103 61 213 142 31
Binary 1 10000001 101010 1100011 0 1000011 110001 10001011 1100010 11001

Color Harmonies of #01812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01812A

Black with #01812A

Text Example


Text Example

White with #01812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01812A; }

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

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

background-color css

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

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

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

border-color css

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

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

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