Html Css Color HEX #03392F Dark Green

📋 copy color: '#03392F'

red 3 ◦ green 57 ◦ blue 47

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

Shades of Dark Green #03392F

Tints of Dark Green #03392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.27%

 BLUE value IS 47 (18.75% from 255) = 43.93%

R = 2.8%
G = 53.27%
B = 43.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#03392F (or 0x03392F) is known color: Dark Green. HEX triplet: 03, 39 and 2F. RGB value is (3,57,47). Sum of RGB (Red+Green+Blue) = 3+57+47=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #03392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03392F is #FCC6D0. Grayscale: #272727. Windows color (decimal): -16565969 or 3094787. OLE color: 3094787.

HSL color Cylindrical-coordinate representation of color #03392F: hue angle of 168.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03392F is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 57 47 -
CMYK 0.95 0 0.18 0.78
HSL 168.89º 0.9% 0.12% -
HSV(B) 168.89º 0.95% 0.22% -
XYZ 2.01 3.15 3.19 -
YUV 39.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 3 57 47 0.95 0 0.18 0.78 168.89 0.9 0.12
Hex 3 39 2F 5F 0 12 4E A9 5A C
Octal 3 71 57 137 0 22 116 251 132 14
Binary 11 111001 101111 1011111 0 10010 1001110 10101001 1011010 1100

Color Harmonies of #03392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03392F

Black with #03392F

Text Example


Text Example

White with #03392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,57,47); }

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

background-color css

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

 a { background-color: rgb(3,57,47); }

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

border-color css

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

 span { border-color: rgb(3,57,47); }

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