#013C2F

Color #013C2F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #013C2F

Tints of Dark Green #013C2F

Color information

#013C2F (or 0x013C2F) is unknown color: approx Dark Green. HEX triplet: 01, 3C and 2F. RGB value is (1,60,47). Sum of RGB (Red+Green+Blue) = 1+60+47=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #013C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C2F is #FEC3D0. Grayscale: #282828. Windows color (decimal): -16696273 or 3095553. OLE color: 3095553.

HSL color Cylindrical-coordinate representation of color #013C2F: hue angle of 166.78º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C2F is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB16047-
CMYK0.9800.220.76
HSL166.78º96.72%11.96%-
HSV(B)166.78º98.33%23.53%-
XYZ2.143.443.24-
YUV40.88131.4599.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=0.93%
G=55.56%
B=43.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal160470.9800.220.76166.7896.7211.96
Hex13C2F620164Ca761c
Octal1745714202611424714114
Binary1111100101111110001001011010011001010011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013C2F; }

 p { color: rgb(1,60,47); }

 H1.HeaderClassName
 {
   color: #013C2F;
 }
 .AnyTagClassName
 {
   color: #013C2F;
 }
</style>
background-color css

<style>
 a { background-color: #013C2F; }

 a { background-color: rgb(1,60,47); }

 div.DivClassName
 {
   background-color: #013C2F;
 }
 .BgClassName
 {
   background-color: #013C2F;
 }
</style>
border-color css

<style>
 span { border-color: #013C2F; }

 span { border-color: rgb(1,60,47); }

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