#27450B

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

Shades of Turtle Green #27450B

Tints of Turtle Green #27450B

Color information

#27450B (or 0x27450B) is unknown color: approx Turtle Green. HEX triplet: 27, 45 and 0B. RGB value is (39,69,11). Sum of RGB (Red+Green+Blue) = 39+69+11=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #27450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27450B is #D8BAF4. Grayscale: #353535. Windows color (decimal): -14203637 or 738599. OLE color: 738599.

HSL color Cylindrical-coordinate representation of color #27450B: hue angle of 91.03º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27450B is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB396911-
CMYK0.4300.840.73
HSL91.03º72.5%15.69%-
HSV(B)91.03º84.06%27.06%-
XYZ3.034.711.07-
YUV53.42104.06117.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=32.77%
G=57.98%
B=9.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969110.4300.840.7391.0372.515.69
Hex2745B2B054495b4810
Octal471051353012411113311020
Binary100111100010110111010110101010010010011011011100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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