Html Css Color HEX #012426 Dark Green

📋 copy color: '#012426'

red 1 ◦ green 36 ◦ blue 38

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

Shades of Dark Green #012426

Tints of Dark Green #012426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

 BLUE value IS 38 (15.23% from 255) = 50.67%

R = 1.33%
G = 48%
B = 50.67%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012426 (or 0x012426) is known color: Dark Green. HEX triplet: 01, 24 and 26. RGB value is (1,36,38). Sum of RGB (Red+Green+Blue) = 1+36+38=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #012426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012426 is #FEDBD9. Grayscale: #191919. Windows color (decimal): -16702426 or 2499585. OLE color: 2499585.

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

Color convert

RGB 1 36 38 -
CMYK 0.97 0.05 0 0.85
HSL 183.24º 0.95% 0.08% -
HSV(B) 183.24º 0.97% 0.15% -
XYZ 0.99 1.41 2.05 -
YUV 25.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 1 36 38 0.97 0.05 0 0.85 183.24 0.95 0.08
Hex 1 24 26 61 5 0 55 B7 5F 8
Octal 1 44 46 141 5 0 125 267 137 10
Binary 1 100100 100110 1100001 101 0 1010101 10110111 1011111 1000

Color Harmonies of #012426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012426

Black with #012426

Text Example


Text Example

White with #012426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012426; }

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

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

background-color css

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

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

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

border-color css

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

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

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