Html Css Color HEX #003B32 Dark Green

📋 copy color: '#003B32'

red 0 ◦ green 59 ◦ blue 50

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

Shades of Dark Green #003B32

Tints of Dark Green #003B32

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 59 (23.44% from 255) = 54.13%

 BLUE value IS 50 (19.92% from 255) = 45.87%

R = 0%
G = 54.13%
B = 45.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#003B32 (or 0x003B32) is known color: Dark Green. HEX triplet: 00, 3B and 32. RGB value is (0,59,50). Sum of RGB (Red+Green+Blue) = 0+59+50=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #003B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B32 is #FFC4CD. Grayscale: #282828. Windows color (decimal): -16762062 or 3291904. OLE color: 3291904.

HSL color Cylindrical-coordinate representation of color #003B32: hue angle of 170.85º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B32 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 59 50 -
CMYK 1 0 0.15 0.77
HSL 170.85º 1% 0.12% -
HSV(B) 170.85º 1% 0.23% -
XYZ 2.14 3.36 3.55 -
YUV 40.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 0 59 50 1 0 0.15 0.77 170.85 1 0.12
Hex 0 3B 32 64 0 F 4D AB 64 C
Octal 0 73 62 144 0 17 115 253 144 14
Binary 0 111011 110010 1100100 0 1111 1001101 10101011 1100100 1100

Color Harmonies of #003B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B32

Black with #003B32

Text Example


Text Example

White with #003B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B32; }

 p { color: rgb(0,59,50); }

 H1.HeaderClassName
 {
   color: #003B32;
 }
 .AnyTagClassName
 {
   color: #003B32;
 }
</style>

background-color css

<style>
 a { background-color: #003B32; }

 a { background-color: rgb(0,59,50); }

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

border-color css

<style>
 span { border-color: #003B32; }

 span { border-color: rgb(0,59,50); }

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