Html Css Color HEX #012622 Dark Green

📋 copy color: '#012622'

red 1 ◦ green 38 ◦ blue 34

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

Shades of Dark Green #012622

Tints of Dark Green #012622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 52.05%

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

R = 1.37%
G = 52.05%
B = 46.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#012622 (or 0x012622) is known color: Dark Green. HEX triplet: 01, 26 and 22. RGB value is (1,38,34). Sum of RGB (Red+Green+Blue) = 1+38+34=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #012622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012622 is #FED9DD. Grayscale: #1A1A1A. Windows color (decimal): -16701918 or 2237953. OLE color: 2237953.

HSL color Cylindrical-coordinate representation of color #012622: hue angle of 173.51º 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 #012622 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 38 34 -
CMYK 0.97 0 0.11 0.85
HSL 173.51º 0.95% 0.08% -
HSV(B) 173.51º 0.97% 0.15% -
XYZ 0.99 1.51 1.75 -
YUV 26.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 1 38 34 0.97 0 0.11 0.85 173.51 0.95 0.08
Hex 1 26 22 61 0 B 55 AE 5F 8
Octal 1 46 42 141 0 13 125 256 137 10
Binary 1 100110 100010 1100001 0 1011 1010101 10101110 1011111 1000

Color Harmonies of #012622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012622

Black with #012622

Text Example


Text Example

White with #012622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012622; }

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

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

background-color css

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

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

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

border-color css

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

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

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