#30391F

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

Shades of Turtle Green #30391F

Tints of Turtle Green #30391F

Color information

#30391F (or 0x30391F) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 1F. RGB value is (48,57,31). Sum of RGB (Red+Green+Blue) = 48+57+31=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #30391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391F is #CFC6E0. Grayscale: #333333. Windows color (decimal): -13616865 or 2046256. OLE color: 2046256.

HSL color Cylindrical-coordinate representation of color #30391F: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30391F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB485731-
CMYK0.1600.460.78
HSL80.77º29.55%17.25%-
HSV(B)80.77º45.61%22.35%-
XYZ2.933.651.85-
YUV51.34116.52125.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=35.29%
G=41.91%
B=22.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857310.1600.460.7880.7729.5517.25
Hex30391F1002E4E511e11
Octal607137200561161213621
Binary11000011100111111100000101110100111010100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30391F; }

 p { color: rgb(48,57,31); }

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

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

 a { background-color: rgb(48,57,31); }

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

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

 span { border-color: rgb(48,57,31); }

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