Html Css Color HEX #033114 Dark Green

📋 copy color: '#033114'

red 3 ◦ green 49 ◦ blue 20

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

Shades of Dark Green #033114

Tints of Dark Green #033114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 68.06%

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

R = 4.17%
G = 68.06%
B = 27.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#033114 (or 0x033114) is known color: Dark Green. HEX triplet: 03, 31 and 14. RGB value is (3,49,20). Sum of RGB (Red+Green+Blue) = 3+49+20=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #033114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033114 is #FCCEEB. Grayscale: #202020. Windows color (decimal): -16568044 or 1323267. OLE color: 1323267.

HSL color Cylindrical-coordinate representation of color #033114: hue angle of 142.17º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033114 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 49 20 -
CMYK 0.94 0 0.59 0.81
HSL 142.17º 0.88% 0.1% -
HSV(B) 142.17º 0.94% 0.19% -
XYZ 1.26 2.27 1.03 -
YUV 31.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 3 49 20 0.94 0 0.59 0.81 142.17 0.88 0.1
Hex 3 31 14 5E 0 3B 51 8E 58 A
Octal 3 61 24 136 0 73 121 216 130 12
Binary 11 110001 10100 1011110 0 111011 1010001 10001110 1011000 1010

Color Harmonies of #033114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033114

Black with #033114

Text Example


Text Example

White with #033114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033114; }

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

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

background-color css

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

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

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

border-color css

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

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

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