#27470A

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

Shades of Turtle Green #27470A

Tints of Turtle Green #27470A

Color information

#27470A (or 0x27470A) is unknown color: approx Turtle Green. HEX triplet: 27, 47 and 0A. RGB value is (39,71,10). Sum of RGB (Red+Green+Blue) = 39+71+10=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #27470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27470A is #D8B8F5. Grayscale: #363636. Windows color (decimal): -14203126 or 673575. OLE color: 673575.

HSL color Cylindrical-coordinate representation of color #27470A: hue angle of 91.48º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27470A is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB397110-
CMYK0.4500.860.72
HSL91.48º75.31%15.88%-
HSV(B)91.48º85.92%27.84%-
XYZ3.144.961.08-
YUV54.48102.9116.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=32.5%
G=59.17%
B=8.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971100.4500.860.7291.4875.3115.88
Hex2747A2D056485b4b10
Octal471071255012611013311320
Binary100111100011110101011010101011010010001011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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