Html Css Color HEX #012722 Dark Green

📋 copy color: '#012722'

red 1 ◦ green 39 ◦ blue 34

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

Shades of Dark Green #012722

Tints of Dark Green #012722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 52.7%

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

R = 1.35%
G = 52.7%
B = 45.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#012722 (or 0x012722) is known color: Dark Green. HEX triplet: 01, 27 and 22. RGB value is (1,39,34). Sum of RGB (Red+Green+Blue) = 1+39+34=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #012722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012722 is #FED8DD. Grayscale: #1B1B1B. Windows color (decimal): -16701662 or 2238209. OLE color: 2238209.

HSL color Cylindrical-coordinate representation of color #012722: hue angle of 172.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012722 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 39 34 -
CMYK 0.97 0 0.13 0.85
HSL 172.11º 0.95% 0.08% -
HSV(B) 172.11º 0.97% 0.15% -
XYZ 1.03 1.57 1.76 -
YUV 27.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 1 39 34 0.97 0 0.13 0.85 172.11 0.95 0.08
Hex 1 27 22 61 0 D 55 AC 5F 8
Octal 1 47 42 141 0 15 125 254 137 10
Binary 1 100111 100010 1100001 0 1101 1010101 10101100 1011111 1000

Color Harmonies of #012722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012722

Black with #012722

Text Example


Text Example

White with #012722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012722; }

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

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

background-color css

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

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

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

border-color css

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

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

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