Html Css Color HEX #023412 Dark Green

📋 copy color: '#023412'

red 2 ◦ green 52 ◦ blue 18

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

Shades of Dark Green #023412

Tints of Dark Green #023412

RGB

 RED value IS 2 (1.17% from 255) = 2.78%

 GREEN value IS 52 (20.7% from 255) = 72.22%

 BLUE value IS 18 (7.42% from 255) = 25%

R = 2.78%
G = 72.22%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#023412 (or 0x023412) is known color: Dark Green. HEX triplet: 02, 34 and 12. RGB value is (2,52,18). Sum of RGB (Red+Green+Blue) = 2+52+18=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #023412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023412 is #FDCBED. Grayscale: #212121. Windows color (decimal): -16632814 or 1192962. OLE color: 1192962.

HSL color Cylindrical-coordinate representation of color #023412: hue angle of 139.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023412 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 52 18 -
CMYK 0.96 0 0.65 0.80
HSL 139.2º 0.93% 0.11% -
HSV(B) 139.2º 0.96% 0.2% -
XYZ 1.36 2.51 0.99 -
YUV 33.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 2 52 18 0.96 0 0.65 0.80 139.2 0.93 0.11
Hex 2 34 12 60 0 41 50 8B 5D B
Octal 2 64 22 140 0 101 120 213 135 13
Binary 10 110100 10010 1100000 0 1000001 1010000 10001011 1011101 1011

Color Harmonies of #023412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023412

Black with #023412

Text Example


Text Example

White with #023412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023412; }

 p { color: rgb(2,52,18); }

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

background-color css

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

 a { background-color: rgb(2,52,18); }

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

border-color css

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

 span { border-color: rgb(2,52,18); }

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