#303302

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

Shades of Turtle Green #303302

Tints of Turtle Green #303302

Color information

#303302 (or 0x303302) is unknown color: approx Turtle Green. HEX triplet: 30, 33 and 02. RGB value is (48,51,2). Sum of RGB (Red+Green+Blue) = 48+51+2=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #303302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303302 is #CFCCFD. Grayscale: #2C2C2C. Windows color (decimal): -13618430 or 144176. OLE color: 144176.

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

Color convert

RGB48512-
CMYK0.0600.960.8
HSL63.67º92.45%10.39%-
HSV(B)63.67º96.08%20%-
XYZ2.4130.51-
YUV44.52104.01130.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=47.52%
G=50.50%
B=1.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal485120.0600.960.863.6792.4510.39
Hex30332606050405ca
Octal606326014012010013412
Binary11000011001110110011000001010000100000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303302; }

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

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

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

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

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

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

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

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