Html Css Color HEX #023416 Dark Green

📋 copy color: '#023416'

red 2 ◦ green 52 ◦ blue 22

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

Shades of Dark Green #023416

Tints of Dark Green #023416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 28.95%

R = 2.63%
G = 68.42%
B = 28.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#023416 (or 0x023416) is known color: Dark Green. HEX triplet: 02, 34 and 16. RGB value is (2,52,22). Sum of RGB (Red+Green+Blue) = 2+52+22=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #023416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023416 is #FDCBE9. Grayscale: #212121. Windows color (decimal): -16632810 or 1455106. OLE color: 1455106.

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

Color convert

RGB 2 52 22 -
CMYK 0.96 0 0.58 0.80
HSL 144º 0.93% 0.11% -
HSV(B) 144º 0.96% 0.2% -
XYZ 1.4 2.53 1.17 -
YUV 33.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 2 52 22 0.96 0 0.58 0.80 144 0.93 0.11
Hex 2 34 16 60 0 3A 50 90 5D B
Octal 2 64 26 140 0 72 120 220 135 13
Binary 10 110100 10110 1100000 0 111010 1010000 10010000 1011101 1011

Color Harmonies of #023416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023416

Black with #023416

Text Example


Text Example

White with #023416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023416; }

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

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

background-color css

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

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

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

border-color css

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

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

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