#303817

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

Shades of Turtle Green #303817

Tints of Turtle Green #303817

Color information

#303817 (or 0x303817) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 17. RGB value is (48,56,23). Sum of RGB (Red+Green+Blue) = 48+56+23=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #303817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303817 is #CFC7E8. Grayscale: #313131. Windows color (decimal): -13617129 or 1521712. OLE color: 1521712.

HSL color Cylindrical-coordinate representation of color #303817: hue angle of 74.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303817 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB485623-
CMYK0.1400.590.78
HSL74.55º41.77%15.49%-
HSV(B)74.55º58.93%21.96%-
XYZ2.793.521.34-
YUV49.85112.85126.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=37.80%
G=44.09%
B=18.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4856230.1400.590.7874.5541.7715.49
Hex303817E03B4E4b2af
Octal607027160731161135217
Binary1100001110001011111100111011100111010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303817; }

 p { color: rgb(48,56,23); }

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

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

 a { background-color: rgb(48,56,23); }

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

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

 span { border-color: rgb(48,56,23); }

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