#30400D

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

Shades of Turtle Green #30400D

Tints of Turtle Green #30400D

Color information

#30400D (or 0x30400D) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 0D. RGB value is (48,64,13). Sum of RGB (Red+Green+Blue) = 48+64+13=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #30400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400D is #CFBFF2. Grayscale: #353535. Windows color (decimal): -13615091 or 868400. OLE color: 868400.

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

Color convert

RGB486413-
CMYK0.2500.800.75
HSL78.82º66.23%15.1%-
HSV(B)78.82º79.69%25.1%-
XYZ3.124.321.05-
YUV53.4105.2124.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=38.4%
G=51.2%
B=10.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864130.2500.800.7578.8266.2315.1
Hex3040D190504B4f42f
Octal601001531012011311710217
Binary1100001000000110111001010100001001011100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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