Html Css Color HEX #012C23 Dark Green

📋 copy color: '#012C23'

red 1 ◦ green 44 ◦ blue 35

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

Shades of Dark Green #012C23

Tints of Dark Green #012C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 43.75%

R = 1.25%
G = 55%
B = 43.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.83

RGB Variations

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

Color information

#012C23 (or 0x012C23) is known color: Dark Green. HEX triplet: 01, 2C and 23. RGB value is (1,44,35). Sum of RGB (Red+Green+Blue) = 1+44+35=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #012C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C23 is #FED3DC. Grayscale: #1E1E1E. Windows color (decimal): -16700381 or 2305025. OLE color: 2305025.

HSL color Cylindrical-coordinate representation of color #012C23: hue angle of 167.44º 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 #012C23 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 44 35 -
CMYK 0.98 0 0.20 0.83
HSL 167.44º 0.96% 0.09% -
HSV(B) 167.44º 0.98% 0.17% -
XYZ 1.22 1.93 1.9 -
YUV 30.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 1 44 35 0.98 0 0.20 0.83 167.44 0.96 0.09
Hex 1 2C 23 62 0 14 53 A7 60 9
Octal 1 54 43 142 0 24 123 247 140 11
Binary 1 101100 100011 1100010 0 10100 1010011 10100111 1100000 1001

Color Harmonies of #012C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C23

Black with #012C23

Text Example


Text Example

White with #012C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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