Html Css Color HEX #023414 Dark Green

📋 copy color: '#023414'

red 2 ◦ green 52 ◦ blue 20

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

Shades of Dark Green #023414

Tints of Dark Green #023414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 2.7%
G = 70.27%
B = 27.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#023414 (or 0x023414) is known color: Dark Green. HEX triplet: 02, 34 and 14. RGB value is (2,52,20). Sum of RGB (Red+Green+Blue) = 2+52+20=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #023414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023414 is #FDCBEB. Grayscale: #212121. Windows color (decimal): -16632812 or 1324034. OLE color: 1324034.

HSL color Cylindrical-coordinate representation of color #023414: hue angle of 141.6º 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 #023414 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 52 20 -
CMYK 0.96 0 0.62 0.80
HSL 141.6º 0.93% 0.11% -
HSV(B) 141.6º 0.96% 0.2% -
XYZ 1.38 2.52 1.08 -
YUV 33.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 2 52 20 0.96 0 0.62 0.80 141.6 0.93 0.11
Hex 2 34 14 60 0 3E 50 8E 5D B
Octal 2 64 24 140 0 76 120 216 135 13
Binary 10 110100 10100 1100000 0 111110 1010000 10001110 1011101 1011

Color Harmonies of #023414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023414

Black with #023414

Text Example


Text Example

White with #023414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023414; }

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

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

background-color css

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

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

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

border-color css

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

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

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