Html Css Color HEX #033012 Dark Green

📋 copy color: '#033012'

red 3 ◦ green 48 ◦ blue 18

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

Shades of Dark Green #033012

Tints of Dark Green #033012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.09%

R = 4.35%
G = 69.57%
B = 26.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#033012 (or 0x033012) is known color: Dark Green. HEX triplet: 03, 30 and 12. RGB value is (3,48,18). Sum of RGB (Red+Green+Blue) = 3+48+18=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #033012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033012 is #FCCFED. Grayscale: #1F1F1F. Windows color (decimal): -16568302 or 1191939. OLE color: 1191939.

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

Color convert

RGB 3 48 18 -
CMYK 0.94 0 0.63 0.81
HSL 140º 0.88% 0.1% -
HSV(B) 140º 0.94% 0.19% -
XYZ 1.2 2.18 0.93 -
YUV 31.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 3 48 18 0.94 0 0.63 0.81 140 0.88 0.1
Hex 3 30 12 5E 0 3F 51 8C 58 A
Octal 3 60 22 136 0 77 121 214 130 12
Binary 11 110000 10010 1011110 0 111111 1010001 10001100 1011000 1010

Color Harmonies of #033012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033012

Black with #033012

Text Example


Text Example

White with #033012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033012; }

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

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

background-color css

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

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

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

border-color css

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

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

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