#303307

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

Shades of Turtle Green #303307

Tints of Turtle Green #303307

Color information

#303307 (or 0x303307) is unknown color: approx Turtle Green. HEX triplet: 30, 33 and 07. RGB value is (48,51,7). Sum of RGB (Red+Green+Blue) = 48+51+7=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #303307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303307 is #CFCCF8. Grayscale: #2D2D2D. Windows color (decimal): -13618425 or 471856. OLE color: 471856.

HSL color Cylindrical-coordinate representation of color #303307: hue angle of 64.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #303307 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB48517-
CMYK0.0600.860.8
HSL64.09º75.86%11.37%-
HSV(B)64.09º86.27%20%-
XYZ2.443.010.65-
YUV45.09106.51130.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=45.28%
G=48.11%
B=6.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal485170.0600.860.864.0975.8611.37
Hex30337605650404cb
Octal606376012612010011413
Binary110000110011111110010101101010000100000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303307; }

 p { color: rgb(48,51,7); }

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

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

 a { background-color: rgb(48,51,7); }

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

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

 span { border-color: rgb(48,51,7); }

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