Html Css Color HEX #03342B Dark Green

📋 copy color: '#03342B'

red 3 ◦ green 52 ◦ blue 43

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

Shades of Dark Green #03342B

Tints of Dark Green #03342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 53.06%

 BLUE value IS 43 (17.19% from 255) = 43.88%

R = 3.06%
G = 53.06%
B = 43.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#03342B (or 0x03342B) is known color: Dark Green. HEX triplet: 03, 34 and 2B. RGB value is (3,52,43). Sum of RGB (Red+Green+Blue) = 3+52+43=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #03342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03342B is #FCCBD4. Grayscale: #242424. Windows color (decimal): -16567253 or 2831363. OLE color: 2831363.

HSL color Cylindrical-coordinate representation of color #03342B: hue angle of 168.98º 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 #03342B is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 52 43 -
CMYK 0.94 0 0.17 0.80
HSL 168.98º 0.89% 0.11% -
HSV(B) 168.98º 0.94% 0.2% -
XYZ 1.7 2.65 2.71 -
YUV 36.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 3 52 43 0.94 0 0.17 0.80 168.98 0.89 0.11
Hex 3 34 2B 5E 0 11 50 A9 59 B
Octal 3 64 53 136 0 21 120 251 131 13
Binary 11 110100 101011 1011110 0 10001 1010000 10101001 1011001 1011

Color Harmonies of #03342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03342B

Black with #03342B

Text Example


Text Example

White with #03342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03342B; }

 p { color: rgb(3,52,43); }

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

background-color css

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

 a { background-color: rgb(3,52,43); }

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

border-color css

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

 span { border-color: rgb(3,52,43); }

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