#30400C

Color #30400C Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #30400C

Tints of Turtle Green #30400C

Color information

#30400C (or 0x30400C) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 0C. RGB value is (48,64,12). Sum of RGB (Red+Green+Blue) = 48+64+12=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #30400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400C is #CFBFF3. Grayscale: #353535. Windows color (decimal): -13615092 or 802864. OLE color: 802864.

HSL color Cylindrical-coordinate representation of color #30400C: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30400C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB486412-
CMYK0.2500.810.75
HSL78.46º68.42%14.9%-
HSV(B)78.46º81.25%25.1%-
XYZ3.124.321.02-
YUV53.29104.7124.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=38.71%
G=51.61%
B=9.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864120.2500.810.7578.4668.4214.9
Hex3040C190514B4e44f
Octal601001431012111311610417
Binary1100001000000110011001010100011001011100111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,64,12); }

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

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

 a { background-color: rgb(48,64,12); }

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

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

 span { border-color: rgb(48,64,12); }

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