#305202

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

Shades of Turtle Green #305202

Tints of Turtle Green #305202

Color information

#305202 (or 0x305202) is unknown color: approx Turtle Green. HEX triplet: 30, 52 and 02. RGB value is (48,82,2). Sum of RGB (Red+Green+Blue) = 48+82+2=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #305202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305202 is #CFADFD. Grayscale: #3E3E3E. Windows color (decimal): -13610494 or 152112. OLE color: 152112.

HSL color Cylindrical-coordinate representation of color #305202: hue angle of 85.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305202 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB48822-
CMYK0.4100.980.68
HSL85.5º95.24%16.47%-
HSV(B)85.5º97.56%32.16%-
XYZ4.256.671.12-
YUV62.7193.74117.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 82 (32.42% from 255) = 62.12%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=36.36%
G=62.12%
B=1.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal488220.4100.980.6885.595.2416.47
Hex305222906244565f10
Octal60122251014210412613720
Binary1100001010010101010010110001010001001010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305202; }

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

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

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

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

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

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

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

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