#303D19

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

Shades of Turtle Green #303D19

Tints of Turtle Green #303D19

Color information

#303D19 (or 0x303D19) is unknown color: approx Turtle Green. HEX triplet: 30, 3D and 19. RGB value is (48,61,25). Sum of RGB (Red+Green+Blue) = 48+61+25=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #303D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303D19 is #CFC2E6. Grayscale: #353535. Windows color (decimal): -13615847 or 1654064. OLE color: 1654064.

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

Color convert

RGB486125-
CMYK0.2100.590.76
HSL81.67º41.86%16.86%-
HSV(B)81.67º59.02%23.92%-
XYZ3.064.041.54-
YUV53.01112.19124.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=35.82%
G=45.52%
B=18.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861250.2100.590.7681.6741.8616.86
Hex303D191503B4C522a11
Octal607531250731141225221
Binary110000111101110011010101110111001100101001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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