Html Css Color HEX #012928 Dark Green

📋 copy color: '#012928'

red 1 ◦ green 41 ◦ blue 40

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

Shades of Dark Green #012928

Tints of Dark Green #012928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50%

 BLUE value IS 40 (16.02% from 255) = 48.78%

R = 1.22%
G = 50%
B = 48.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#012928 (or 0x012928) is known color: Dark Green. HEX triplet: 01, 29 and 28. RGB value is (1,41,40). Sum of RGB (Red+Green+Blue) = 1+41+40=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #012928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012928 is #FED6D7. Grayscale: #1C1C1C. Windows color (decimal): -16701144 or 2631937. OLE color: 2631937.

HSL color Cylindrical-coordinate representation of color #012928: hue angle of 178.5º 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 #012928 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 41 40 -
CMYK 0.98 0 0.02 0.84
HSL 178.5º 0.95% 0.08% -
HSV(B) 178.5º 0.98% 0.16% -
XYZ 1.19 1.75 2.28 -
YUV 28.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 1 41 40 0.98 0 0.02 0.84 178.5 0.95 0.08
Hex 1 29 28 62 0 2 54 B2 5F 8
Octal 1 51 50 142 0 2 124 262 137 10
Binary 1 101001 101000 1100010 0 10 1010100 10110010 1011111 1000

Color Harmonies of #012928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012928

Black with #012928

Text Example


Text Example

White with #012928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012928; }

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

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

background-color css

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

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

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

border-color css

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

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

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