Html Css Color HEX #012F22 Dark Green

📋 copy color: '#012F22'

red 1 ◦ green 47 ◦ blue 34

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

Shades of Dark Green #012F22

Tints of Dark Green #012F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 57.32%

 BLUE value IS 34 (13.67% from 255) = 41.46%

R = 1.22%
G = 57.32%
B = 41.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#012F22 (or 0x012F22) is known color: Dark Green. HEX triplet: 01, 2F and 22. RGB value is (1,47,34). Sum of RGB (Red+Green+Blue) = 1+47+34=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #012F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F22 is #FED0DD. Grayscale: #1F1F1F. Windows color (decimal): -16699614 or 2240257. OLE color: 2240257.

HSL color Cylindrical-coordinate representation of color #012F22: hue angle of 163.04º 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 #012F22 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 47 34 -
CMYK 0.98 0 0.28 0.82
HSL 163.04º 0.96% 0.09% -
HSV(B) 163.04º 0.98% 0.18% -
XYZ 1.32 2.15 1.86 -
YUV 31.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 1 47 34 0.98 0 0.28 0.82 163.04 0.96 0.09
Hex 1 2F 22 62 0 1C 52 A3 60 9
Octal 1 57 42 142 0 34 122 243 140 11
Binary 1 101111 100010 1100010 0 11100 1010010 10100011 1100000 1001

Color Harmonies of #012F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F22

Black with #012F22

Text Example


Text Example

White with #012F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,34); }

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

background-color css

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

 a { background-color: rgb(1,47,34); }

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

border-color css

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

 span { border-color: rgb(1,47,34); }

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