Html Css Color HEX #012D1F Dark Green

📋 copy color: '#012D1F'

red 1 ◦ green 45 ◦ blue 31

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

Shades of Dark Green #012D1F

Tints of Dark Green #012D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 58.44%

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 1.3%
G = 58.44%
B = 40.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#012D1F (or 0x012D1F) is known color: Dark Green. HEX triplet: 01, 2D and 1F. RGB value is (1,45,31). Sum of RGB (Red+Green+Blue) = 1+45+31=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #012D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D1F is #FED2E0. Grayscale: #1E1E1E. Windows color (decimal): -16700129 or 2043137. OLE color: 2043137.

HSL color Cylindrical-coordinate representation of color #012D1F: hue angle of 160.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D1F is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 45 31 -
CMYK 0.98 0 0.31 0.82
HSL 160.91º 0.96% 0.09% -
HSV(B) 160.91º 0.98% 0.18% -
XYZ 1.2 1.98 1.62 -
YUV 30.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 1 45 31 0.98 0 0.31 0.82 160.91 0.96 0.09
Hex 1 2D 1F 62 0 1F 52 A1 60 9
Octal 1 55 37 142 0 37 122 241 140 11
Binary 1 101101 11111 1100010 0 11111 1010010 10100001 1100000 1001

Color Harmonies of #012D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D1F

Black with #012D1F

Text Example


Text Example

White with #012D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D1F; }

 p { color: rgb(1,45,31); }

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

background-color css

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

 a { background-color: rgb(1,45,31); }

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

border-color css

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

 span { border-color: rgb(1,45,31); }

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