Html Css Color HEX #023216 Dark Green

📋 copy color: '#023216'

red 2 ◦ green 50 ◦ blue 22

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

Shades of Dark Green #023216

Tints of Dark Green #023216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 67.57%

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

R = 2.7%
G = 67.57%
B = 29.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#023216 (or 0x023216) is known color: Dark Green. HEX triplet: 02, 32 and 16. RGB value is (2,50,22). Sum of RGB (Red+Green+Blue) = 2+50+22=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #023216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023216 is #FDCDE9. Grayscale: #202020. Windows color (decimal): -16633322 or 1454594. OLE color: 1454594.

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

Color convert

RGB 2 50 22 -
CMYK 0.96 0 0.56 0.80
HSL 145º 0.92% 0.1% -
HSV(B) 145º 0.96% 0.2% -
XYZ 1.31 2.35 1.14 -
YUV 32.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 2 50 22 0.96 0 0.56 0.80 145 0.92 0.1
Hex 2 32 16 60 0 38 50 91 5C A
Octal 2 62 26 140 0 70 120 221 134 12
Binary 10 110010 10110 1100000 0 111000 1010000 10010001 1011100 1010

Color Harmonies of #023216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023216

Black with #023216

Text Example


Text Example

White with #023216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023216; }

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

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

background-color css

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

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

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

border-color css

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

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

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