Html Css Color HEX #03352A Dark Green

📋 copy color: '#03352A'

red 3 ◦ green 53 ◦ blue 42

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

Shades of Dark Green #03352A

Tints of Dark Green #03352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 3.06%
G = 54.08%
B = 42.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#03352A (or 0x03352A) is known color: Dark Green. HEX triplet: 03, 35 and 2A. RGB value is (3,53,42). Sum of RGB (Red+Green+Blue) = 3+53+42=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #03352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03352A is #FCCAD5. Grayscale: #242424. Windows color (decimal): -16566998 or 2766083. OLE color: 2766083.

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

Color convert

RGB 3 53 42 -
CMYK 0.94 0 0.21 0.79
HSL 166.8º 0.89% 0.11% -
HSV(B) 166.8º 0.94% 0.21% -
XYZ 1.73 2.73 2.63 -
YUV 36.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 3 53 42 0.94 0 0.21 0.79 166.8 0.89 0.11
Hex 3 35 2A 5E 0 15 4F A7 59 B
Octal 3 65 52 136 0 25 117 247 131 13
Binary 11 110101 101010 1011110 0 10101 1001111 10100111 1011001 1011

Color Harmonies of #03352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03352A

Black with #03352A

Text Example


Text Example

White with #03352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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