Html Css Color HEX #033014 Dark Green

📋 copy color: '#033014'

red 3 ◦ green 48 ◦ blue 20

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

Shades of Dark Green #033014

Tints of Dark Green #033014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

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

R = 4.23%
G = 67.61%
B = 28.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#033014 (or 0x033014) is known color: Dark Green. HEX triplet: 03, 30 and 14. RGB value is (3,48,20). Sum of RGB (Red+Green+Blue) = 3+48+20=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #033014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033014 is #FCCFEB. Grayscale: #1F1F1F. Windows color (decimal): -16568300 or 1323011. OLE color: 1323011.

HSL color Cylindrical-coordinate representation of color #033014: hue angle of 142.67º 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 #033014 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 48 20 -
CMYK 0.94 0 0.58 0.81
HSL 142.67º 0.88% 0.1% -
HSV(B) 142.67º 0.94% 0.19% -
XYZ 1.22 2.18 1.02 -
YUV 31.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 3 48 20 0.94 0 0.58 0.81 142.67 0.88 0.1
Hex 3 30 14 5E 0 3A 51 8F 58 A
Octal 3 60 24 136 0 72 121 217 130 12
Binary 11 110000 10100 1011110 0 111010 1010001 10001111 1011000 1010

Color Harmonies of #033014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033014

Black with #033014

Text Example


Text Example

White with #033014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033014; }

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

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

background-color css

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

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

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

border-color css

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

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

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