#303F0A

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

Shades of Turtle Green #303F0A

Tints of Turtle Green #303F0A

Color information

#303F0A (or 0x303F0A) is unknown color: approx Turtle Green. HEX triplet: 30, 3F and 0A. RGB value is (48,63,10). Sum of RGB (Red+Green+Blue) = 48+63+10=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #303F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F0A is #CFC0F5. Grayscale: #343434. Windows color (decimal): -13615350 or 671536. OLE color: 671536.

HSL color Cylindrical-coordinate representation of color #303F0A: hue angle of 76.98º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #303F0A is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB486310-
CMYK0.2400.840.75
HSL76.98º72.6%14.31%-
HSV(B)76.98º84.13%24.71%-
XYZ3.054.210.94-
YUV52.47104.03124.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 63 (25% from 255) = 52.07%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=39.67%
G=52.07%
B=8.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863100.2400.840.7576.9872.614.31
Hex303FA180544B4d49e
Octal60771230012411311511116
Binary110000111111101011000010101001001011100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F0A; }

 p { color: rgb(48,63,10); }

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

<style>
 a { background-color: #303F0A; }

 a { background-color: rgb(48,63,10); }

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

<style>
 span { border-color: #303F0A; }

 span { border-color: rgb(48,63,10); }

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