#30410B

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

Shades of Turtle Green #30410B

Tints of Turtle Green #30410B

Color information

#30410B (or 0x30410B) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 0B. RGB value is (48,65,11). Sum of RGB (Red+Green+Blue) = 48+65+11=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #30410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410B is #CFBEF4. Grayscale: #353535. Windows color (decimal): -13614837 or 737584. OLE color: 737584.

HSL color Cylindrical-coordinate representation of color #30410B: hue angle of 78.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30410B is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB486511-
CMYK0.2600.830.75
HSL78.89º71.05%14.9%-
HSV(B)78.89º83.08%25.49%-
XYZ3.174.431.01-
YUV53.76103.87123.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=38.71%
G=52.42%
B=8.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865110.2600.830.7578.8971.0514.9
Hex3041B1A0534B4f47f
Octal601011332012311311710717
Binary1100001000001101111010010100111001011100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30410B; }

 p { color: rgb(48,65,11); }

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

<style>
 a { background-color: #30410B; }

 a { background-color: rgb(48,65,11); }

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

<style>
 span { border-color: #30410B; }

 span { border-color: rgb(48,65,11); }

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