Html Css Color HEX #03392C Dark Green

📋 copy color: '#03392C'

red 3 ◦ green 57 ◦ blue 44

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

Shades of Dark Green #03392C

Tints of Dark Green #03392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 42.31%

R = 2.88%
G = 54.81%
B = 42.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#03392C (or 0x03392C) is known color: Dark Green. HEX triplet: 03, 39 and 2C. RGB value is (3,57,44). Sum of RGB (Red+Green+Blue) = 3+57+44=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #03392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03392C is #FCC6D3. Grayscale: #272727. Windows color (decimal): -16565972 or 2898179. OLE color: 2898179.

HSL color Cylindrical-coordinate representation of color #03392C: hue angle of 165.56º 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 #03392C is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 57 44 -
CMYK 0.95 0 0.23 0.78
HSL 165.56º 0.9% 0.12% -
HSV(B) 165.56º 0.95% 0.22% -
XYZ 1.96 3.13 2.88 -
YUV 39.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 3 57 44 0.95 0 0.23 0.78 165.56 0.9 0.12
Hex 3 39 2C 5F 0 17 4E A6 5A C
Octal 3 71 54 137 0 27 116 246 132 14
Binary 11 111001 101100 1011111 0 10111 1001110 10100110 1011010 1100

Color Harmonies of #03392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03392C

Black with #03392C

Text Example


Text Example

White with #03392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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