#273600

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

Shades of Turtle Green #273600

Tints of Turtle Green #273600

Color information

#273600 (or 0x273600) is unknown color: approx Turtle Green. HEX triplet: 27, 36 and 00. RGB value is (39,54,0). Sum of RGB (Red+Green+Blue) = 39+54+0=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #273600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273600 is #D8C9FF. Grayscale: #2B2B2B. Windows color (decimal): -14207488 or 13863. OLE color: 13863.

HSL color Cylindrical-coordinate representation of color #273600: hue angle of 76.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273600 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB39540-
CMYK0.28010.79
HSL76.67º100%10.59%-
HSV(B)76.67º100%21.18%-
XYZ2.163.070.48-
YUV43.36103.53124.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 54 (21.48% from 255) = 58.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.94%
G=58.06%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal395400.28010.7976.6710010.59
Hex273601C0644F4d64b
Octal4766034014411711514413
Binary100111110110011100011001001001111100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273600; }

 p { color: rgb(39,54,0); }

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

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

 a { background-color: rgb(39,54,0); }

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

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

 span { border-color: rgb(39,54,0); }

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