#30410F

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

Shades of Turtle Green #30410F

Tints of Turtle Green #30410F

Color information

#30410F (or 0x30410F) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 0F. RGB value is (48,65,15). Sum of RGB (Red+Green+Blue) = 48+65+15=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #30410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30410F is #CFBEF0. Grayscale: #363636. Windows color (decimal): -13614833 or 999728. OLE color: 999728.

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

Color convert

RGB486515-
CMYK0.2600.770.75
HSL80.4º62.5%15.69%-
HSV(B)80.4º76.92%25.49%-
XYZ3.24.441.14-
YUV54.22105.87123.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=37.5%
G=50.78%
B=11.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865150.2600.770.7580.462.515.69
Hex3041F1A04D4B503e10
Octal60101173201151131207620
Binary1100001000001111111010010011011001011101000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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