Html Css Color HEX #03351E Dark Green

📋 copy color: '#03351E'

red 3 ◦ green 53 ◦ blue 30

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

Shades of Dark Green #03351E

Tints of Dark Green #03351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 61.63%

 BLUE value IS 30 (12.11% from 255) = 34.88%

R = 3.49%
G = 61.63%
B = 34.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#03351E (or 0x03351E) is known color: Dark Green. HEX triplet: 03, 35 and 1E. RGB value is (3,53,30). Sum of RGB (Red+Green+Blue) = 3+53+30=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #03351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03351E is #FCCAE1. Grayscale: #232323. Windows color (decimal): -16567010 or 1979651. OLE color: 1979651.

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

Color convert

RGB 3 53 30 -
CMYK 0.94 0 0.43 0.79
HSL 152.4º 0.89% 0.11% -
HSV(B) 152.4º 0.94% 0.21% -
XYZ 1.54 2.66 1.66 -
YUV 35.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 3 53 30 0.94 0 0.43 0.79 152.4 0.89 0.11
Hex 3 35 1E 5E 0 2B 4F 98 59 B
Octal 3 65 36 136 0 53 117 230 131 13
Binary 11 110101 11110 1011110 0 101011 1001111 10011000 1011001 1011

Color Harmonies of #03351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03351E

Black with #03351E

Text Example


Text Example

White with #03351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03351E; }

 p { color: rgb(3,53,30); }

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

background-color css

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

 a { background-color: rgb(3,53,30); }

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

border-color css

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

 span { border-color: rgb(3,53,30); }

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