Html Css Color HEX #003B2E Dark Green

📋 copy color: '#003B2E'

red 0 ◦ green 59 ◦ blue 46

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

Shades of Dark Green #003B2E

Tints of Dark Green #003B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 43.81%

R = 0%
G = 56.19%
B = 43.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#003B2E (or 0x003B2E) is known color: Dark Green. HEX triplet: 00, 3B and 2E. RGB value is (0,59,46). Sum of RGB (Red+Green+Blue) = 0+59+46=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #003B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B2E is #FFC4D1. Grayscale: #272727. Windows color (decimal): -16762066 or 3029760. OLE color: 3029760.

HSL color Cylindrical-coordinate representation of color #003B2E: hue angle of 166.78º 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 #003B2E is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 59 46 -
CMYK 1 0 0.22 0.77
HSL 166.78º 1% 0.12% -
HSV(B) 166.78º 1% 0.23% -
XYZ 2.06 3.33 3.12 -
YUV 39.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 0 59 46 1 0 0.22 0.77 166.78 1 0.12
Hex 0 3B 2E 64 0 16 4D A7 64 C
Octal 0 73 56 144 0 26 115 247 144 14
Binary 0 111011 101110 1100100 0 10110 1001101 10100111 1100100 1100

Color Harmonies of #003B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B2E

Black with #003B2E

Text Example


Text Example

White with #003B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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