Html Css Color HEX #023214 Dark Green

📋 copy color: '#023214'

red 2 ◦ green 50 ◦ blue 20

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

Shades of Dark Green #023214

Tints of Dark Green #023214

RGB

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

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

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

R = 2.78%
G = 69.44%
B = 27.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#023214 (or 0x023214) is known color: Dark Green. HEX triplet: 02, 32 and 14. RGB value is (2,50,20). Sum of RGB (Red+Green+Blue) = 2+50+20=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #023214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023214 is #FDCDEB. Grayscale: #202020. Windows color (decimal): -16633324 or 1323522. OLE color: 1323522.

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

Color convert

RGB 2 50 20 -
CMYK 0.96 0 0.60 0.80
HSL 142.5º 0.92% 0.1% -
HSV(B) 142.5º 0.96% 0.2% -
XYZ 1.29 2.34 1.05 -
YUV 32.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 2 50 20 0.96 0 0.60 0.80 142.5 0.92 0.1
Hex 2 32 14 60 0 3C 50 8E 5C A
Octal 2 62 24 140 0 74 120 216 134 12
Binary 10 110010 10100 1100000 0 111100 1010000 10001110 1011100 1010

Color Harmonies of #023214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023214

Black with #023214

Text Example


Text Example

White with #023214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023214; }

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

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

background-color css

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

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

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

border-color css

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

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

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