#003C30

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

Shades of Dark Green #003C30

Tints of Dark Green #003C30

Color information

#003C30 (or 0x003C30) is unknown color: approx Dark Green. HEX triplet: 00, 3C and 30. RGB value is (0,60,48). Sum of RGB (Red+Green+Blue) = 0+60+48=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #003C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C30 is #FFC3CF. Grayscale: #282828. Windows color (decimal): -16761808 or 3161088. OLE color: 3161088.

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

Color convert

RGB06048-
CMYK100.200.76
HSL168º100%11.76%-
HSV(B)168º100%23.53%-
XYZ2.153.453.35-
YUV40.69132.1298.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06048100.200.7616810011.76
Hex03C30640144Ca864c
Octal0746014402411425014414
Binary0111100110000110010001010010011001010100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,60,48); }

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

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

 a { background-color: rgb(0,60,48); }

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

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

 span { border-color: rgb(0,60,48); }

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