Html Css Color HEX #023213 Dark Green

📋 copy color: '#023213'

red 2 ◦ green 50 ◦ blue 19

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

Shades of Dark Green #023213

Tints of Dark Green #023213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 2.82%
G = 70.42%
B = 26.76%

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

#023213 (or 0x023213) is known color: Dark Green. HEX triplet: 02, 32 and 13. RGB value is (2,50,19). Sum of RGB (Red+Green+Blue) = 2+50+19=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #023213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023213 is #FDCDEC. Grayscale: #202020. Windows color (decimal): -16633325 or 1257986. OLE color: 1257986.

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

Color convert

RGB 2 50 19 -
CMYK 0.96 0 0.62 0.80
HSL 141.25º 0.92% 0.1% -
HSV(B) 141.25º 0.96% 0.2% -
XYZ 1.28 2.34 1 -
YUV 32.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 2 50 19 0.96 0 0.62 0.80 141.25 0.92 0.1
Hex 2 32 13 60 0 3E 50 8D 5C A
Octal 2 62 23 140 0 76 120 215 134 12
Binary 10 110010 10011 1100000 0 111110 1010000 10001101 1011100 1010

Color Harmonies of #023213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023213

Black with #023213

Text Example


Text Example

White with #023213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023213; }

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

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

background-color css

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

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

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

border-color css

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

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

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