#303902

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

Shades of Turtle Green #303902

Tints of Turtle Green #303902

Color information

#303902 (or 0x303902) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 02. RGB value is (48,57,2). Sum of RGB (Red+Green+Blue) = 48+57+2=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #303902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303902 is #CFC6FD. Grayscale: #303030. Windows color (decimal): -13616894 or 145712. OLE color: 145712.

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

Color convert

RGB48572-
CMYK0.1600.960.78
HSL69.82º93.22%11.57%-
HSV(B)69.82º96.49%22.35%-
XYZ2.693.560.6-
YUV48.04102.02127.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=44.86%
G=53.27%
B=1.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485720.1600.960.7869.8293.2211.57
Hex30392100604E465dc
Octal6071220014011610613514
Binary1100001110011010000011000001001110100011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303902; }

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

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

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

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

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

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

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

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