#303802

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

Shades of Turtle Green #303802

Tints of Turtle Green #303802

Color information

#303802 (or 0x303802) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 02. RGB value is (48,56,2). Sum of RGB (Red+Green+Blue) = 48+56+2=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #303802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303802 is #CFC7FD. Grayscale: #2F2F2F. Windows color (decimal): -13617150 or 145456. OLE color: 145456.

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

Color convert

RGB48562-
CMYK0.1400.960.78
HSL68.89º93.1%11.37%-
HSV(B)68.89º96.43%21.96%-
XYZ2.643.460.59-
YUV47.45102.35128.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=45.28%
G=52.83%
B=1.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485620.1400.960.7868.8993.111.37
Hex30382E0604E455db
Octal6070216014011610513513
Binary110000111000101110011000001001110100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303802; }

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

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

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

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

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

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

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

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