Html Css Color HEX #012E24 Dark Green

📋 copy color: '#012E24'

red 1 ◦ green 46 ◦ blue 36

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

Shades of Dark Green #012E24

Tints of Dark Green #012E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 55.42%

 BLUE value IS 36 (14.45% from 255) = 43.37%

R = 1.2%
G = 55.42%
B = 43.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.82

RGB Variations

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

Color information

#012E24 (or 0x012E24) is known color: Dark Green. HEX triplet: 01, 2E and 24. RGB value is (1,46,36). Sum of RGB (Red+Green+Blue) = 1+46+36=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #012E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E24 is #FED1DB. Grayscale: #1F1F1F. Windows color (decimal): -16699868 or 2371073. OLE color: 2371073.

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

Color convert

RGB 1 46 36 -
CMYK 0.98 0 0.22 0.82
HSL 166.67º 0.96% 0.09% -
HSV(B) 166.67º 0.98% 0.18% -
XYZ 1.31 2.09 2 -
YUV 31.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 1 46 36 0.98 0 0.22 0.82 166.67 0.96 0.09
Hex 1 2E 24 62 0 16 52 A7 60 9
Octal 1 56 44 142 0 26 122 247 140 11
Binary 1 101110 100100 1100010 0 10110 1010010 10100111 1100000 1001

Color Harmonies of #012E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E24

Black with #012E24

Text Example


Text Example

White with #012E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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