Html Css Color HEX #03331D Dark Green

📋 copy color: '#03331D'

red 3 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #03331D

Tints of Dark Green #03331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 61.45%

 BLUE value IS 29 (11.72% from 255) = 34.94%

R = 3.61%
G = 61.45%
B = 34.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#03331D (or 0x03331D) is known color: Dark Green. HEX triplet: 03, 33 and 1D. RGB value is (3,51,29). Sum of RGB (Red+Green+Blue) = 3+51+29=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #03331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331D is #FCCCE2. Grayscale: #222222. Windows color (decimal): -16567523 or 1913603. OLE color: 1913603.

HSL color Cylindrical-coordinate representation of color #03331D: hue angle of 152.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03331D is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 3 51 29 -
CMYK 0.94 0 0.43 0.8
HSL 152.5º 0.89% 0.11% -
HSV(B) 152.5º 0.94% 0.2% -
XYZ 1.44 2.48 1.56 -
YUV 34.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 3 51 29 0.94 0 0.43 0.8 152.5 0.89 0.11
Hex 3 33 1D 5E 0 2B 50 98 59 B
Octal 3 63 35 136 0 53 120 230 131 13
Binary 11 110011 11101 1011110 0 101011 1010000 10011000 1011001 1011

Color Harmonies of #03331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03331D

Black with #03331D

Text Example


Text Example

White with #03331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03331D; }

 p { color: rgb(3,51,29); }

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

background-color css

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

 a { background-color: rgb(3,51,29); }

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

border-color css

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

 span { border-color: rgb(3,51,29); }

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