#303D07

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

Shades of Turtle Green #303D07

Tints of Turtle Green #303D07

Color information

#303D07 (or 0x303D07) is unknown color: approx Turtle Green. HEX triplet: 30, 3D and 07. RGB value is (48,61,7). Sum of RGB (Red+Green+Blue) = 48+61+7=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #303D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D07 is #CFC2F8. Grayscale: #333333. Windows color (decimal): -13615865 or 474416. OLE color: 474416.

HSL color Cylindrical-coordinate representation of color #303D07: hue angle of 74.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #303D07 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB48617-
CMYK0.2100.890.76
HSL74.44º79.41%13.33%-
HSV(B)74.44º88.52%23.92%-
XYZ2.933.980.82-
YUV50.96103.19125.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 61 (24.22% from 255) = 52.59%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=41.38%
G=52.59%
B=6.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal486170.2100.890.7674.4479.4113.33
Hex303D7150594C4a4fd
Octal6075725013111411211715
Binary11000011110111110101010110011001100100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D07; }

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

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

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

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

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

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

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

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