#27310A

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

Shades of Turtle Green #27310A

Tints of Turtle Green #27310A

Color information

#27310A (or 0x27310A) is unknown color: approx Turtle Green. HEX triplet: 27, 31 and 0A. RGB value is (39,49,10). Sum of RGB (Red+Green+Blue) = 39+49+10=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #27310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310A is #D8CEF5. Grayscale: #292929. Windows color (decimal): -14208758 or 667943. OLE color: 667943.

HSL color Cylindrical-coordinate representation of color #27310A: hue angle of 75.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27310A is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB394910-
CMYK0.2000.800.81
HSL75.38º66.1%11.57%-
HSV(B)75.38º79.59%19.22%-
XYZ1.992.650.69-
YUV41.56110.19126.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=39.80%
G=50%
B=10.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949100.2000.800.8175.3866.111.57
Hex2731A14050514b42c
Octal47611224012012111310214
Binary100111110001101010100010100001010001100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27310A; }

 p { color: rgb(39,49,10); }

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

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

 a { background-color: rgb(39,49,10); }

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

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

 span { border-color: rgb(39,49,10); }

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