Html Css Color HEX #03351F Dark Green

📋 copy color: '#03351F'

red 3 ◦ green 53 ◦ blue 31

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

Shades of Dark Green #03351F

Tints of Dark Green #03351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 35.63%

R = 3.45%
G = 60.92%
B = 35.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#03351F (or 0x03351F) is known color: Dark Green. HEX triplet: 03, 35 and 1F. RGB value is (3,53,31). Sum of RGB (Red+Green+Blue) = 3+53+31=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #03351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03351F is #FCCAE0. Grayscale: #232323. Windows color (decimal): -16567009 or 2045187. OLE color: 2045187.

HSL color Cylindrical-coordinate representation of color #03351F: hue angle of 153.6º 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 #03351F is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 53 31 -
CMYK 0.94 0 0.42 0.79
HSL 153.6º 0.89% 0.11% -
HSV(B) 153.6º 0.94% 0.21% -
XYZ 1.56 2.66 1.73 -
YUV 35.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 3 53 31 0.94 0 0.42 0.79 153.6 0.89 0.11
Hex 3 35 1F 5E 0 2A 4F 9A 59 B
Octal 3 65 37 136 0 52 117 232 131 13
Binary 11 110101 11111 1011110 0 101010 1001111 10011010 1011001 1011

Color Harmonies of #03351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03351F

Black with #03351F

Text Example


Text Example

White with #03351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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