Html Css Color HEX #033013 Dark Green

📋 copy color: '#033013'

red 3 ◦ green 48 ◦ blue 19

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

Shades of Dark Green #033013

Tints of Dark Green #033013

RGB

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

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

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

R = 4.29%
G = 68.57%
B = 27.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#033013 (or 0x033013) is known color: Dark Green. HEX triplet: 03, 30 and 13. RGB value is (3,48,19). Sum of RGB (Red+Green+Blue) = 3+48+19=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #033013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033013 is #FCCFEC. Grayscale: #1F1F1F. Windows color (decimal): -16568301 or 1257475. OLE color: 1257475.

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

Color convert

RGB 3 48 19 -
CMYK 0.94 0 0.60 0.81
HSL 141.33º 0.88% 0.1% -
HSV(B) 141.33º 0.94% 0.19% -
XYZ 1.21 2.18 0.97 -
YUV 31.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 3 48 19 0.94 0 0.60 0.81 141.33 0.88 0.1
Hex 3 30 13 5E 0 3C 51 8D 58 A
Octal 3 60 23 136 0 74 121 215 130 12
Binary 11 110000 10011 1011110 0 111100 1010001 10001101 1011000 1010

Color Harmonies of #033013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033013

Black with #033013

Text Example


Text Example

White with #033013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033013; }

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

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

background-color css

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

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

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

border-color css

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

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

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