#27310B

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

Shades of Turtle Green #27310B

Tints of Turtle Green #27310B

Color information

#27310B (or 0x27310B) is unknown color: approx Turtle Green. HEX triplet: 27, 31 and 0B. RGB value is (39,49,11). Sum of RGB (Red+Green+Blue) = 39+49+11=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #27310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310B is #D8CEF4. Grayscale: #292929. Windows color (decimal): -14208757 or 733479. OLE color: 733479.

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

Color convert

RGB394911-
CMYK0.2000.780.81
HSL75.79º63.33%11.76%-
HSV(B)75.79º77.55%19.22%-
XYZ22.650.72-
YUV41.68110.69126.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=39.39%
G=49.49%
B=11.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949110.2000.780.8175.7963.3311.76
Hex2731B1404E514c3fc
Octal4761132401161211147714
Binary10011111000110111010001001110101000110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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