Html Css Color HEX #012818 Dark Green

📋 copy color: '#012818'

red 1 ◦ green 40 ◦ blue 24

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

Shades of Dark Green #012818

Tints of Dark Green #012818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 61.54%

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 1.54%
G = 61.54%
B = 36.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#012818 (or 0x012818) is known color: Dark Green. HEX triplet: 01, 28 and 18. RGB value is (1,40,24). Sum of RGB (Red+Green+Blue) = 1+40+24=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #012818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012818 is #FED7E7. Grayscale: #1A1A1A. Windows color (decimal): -16701416 or 1583105. OLE color: 1583105.

HSL color Cylindrical-coordinate representation of color #012818: hue angle of 155.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012818 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 24 -
CMYK 0.98 0 0.40 0.84
HSL 155.38º 0.95% 0.08% -
HSV(B) 155.38º 0.98% 0.16% -
XYZ 0.94 1.59 1.12 -
YUV 26.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 1 40 24 0.98 0 0.40 0.84 155.38 0.95 0.08
Hex 1 28 18 62 0 28 54 9B 5F 8
Octal 1 50 30 142 0 50 124 233 137 10
Binary 1 101000 11000 1100010 0 101000 1010100 10011011 1011111 1000

Color Harmonies of #012818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012818

Black with #012818

Text Example


Text Example

White with #012818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012818; }

 p { color: rgb(1,40,24); }

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

background-color css

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

 a { background-color: rgb(1,40,24); }

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

border-color css

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

 span { border-color: rgb(1,40,24); }

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