Html Css Color HEX #033214 Dark Green

📋 copy color: '#033214'

red 3 ◦ green 50 ◦ blue 20

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

Shades of Dark Green #033214

Tints of Dark Green #033214

RGB

 RED value IS 3 (1.56% from 255) = 4.11%

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

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

R = 4.11%
G = 68.49%
B = 27.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#033214 (or 0x033214) is known color: Dark Green. HEX triplet: 03, 32 and 14. RGB value is (3,50,20). Sum of RGB (Red+Green+Blue) = 3+50+20=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #033214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033214 is #FCCDEB. Grayscale: #202020. Windows color (decimal): -16567788 or 1323523. OLE color: 1323523.

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

Color convert

RGB 3 50 20 -
CMYK 0.94 0 0.60 0.80
HSL 141.7º 0.89% 0.1% -
HSV(B) 141.7º 0.94% 0.2% -
XYZ 1.3 2.35 1.05 -
YUV 32.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 3 50 20 0.94 0 0.60 0.80 141.7 0.89 0.1
Hex 3 32 14 5E 0 3C 50 8E 59 A
Octal 3 62 24 136 0 74 120 216 131 12
Binary 11 110010 10100 1011110 0 111100 1010000 10001110 1011001 1010

Color Harmonies of #033214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033214

Black with #033214

Text Example


Text Example

White with #033214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033214; }

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

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

background-color css

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

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

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

border-color css

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

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

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