Html Css Color HEX #012C28 Dark Green

📋 copy color: '#012C28'

red 1 ◦ green 44 ◦ blue 40

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

Shades of Dark Green #012C28

Tints of Dark Green #012C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 51.76%

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

R = 1.18%
G = 51.76%
B = 47.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.83

RGB Variations

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

Color information

#012C28 (or 0x012C28) is known color: Dark Green. HEX triplet: 01, 2C and 28. RGB value is (1,44,40). Sum of RGB (Red+Green+Blue) = 1+44+40=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #012C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C28 is #FED3D7. Grayscale: #1E1E1E. Windows color (decimal): -16700376 or 2632705. OLE color: 2632705.

HSL color Cylindrical-coordinate representation of color #012C28: hue angle of 174.42º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C28 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 44 40 -
CMYK 0.98 0 0.09 0.83
HSL 174.42º 0.96% 0.09% -
HSV(B) 174.42º 0.98% 0.17% -
XYZ 1.3 1.96 2.32 -
YUV 30.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 1 44 40 0.98 0 0.09 0.83 174.42 0.96 0.09
Hex 1 2C 28 62 0 9 53 AE 60 9
Octal 1 54 50 142 0 11 123 256 140 11
Binary 1 101100 101000 1100010 0 1001 1010011 10101110 1100000 1001

Color Harmonies of #012C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C28

Black with #012C28

Text Example


Text Example

White with #012C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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