#273705

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

Shades of Turtle Green #273705

Tints of Turtle Green #273705

Color information

#273705 (or 0x273705) is unknown color: approx Turtle Green. HEX triplet: 27, 37 and 05. RGB value is (39,55,5). Sum of RGB (Red+Green+Blue) = 39+55+5=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #273705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273705 is #D8C8FA. Grayscale: #2C2C2C. Windows color (decimal): -14207227 or 341799. OLE color: 341799.

HSL color Cylindrical-coordinate representation of color #273705: hue angle of 79.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #273705 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB39555-
CMYK0.2900.910.78
HSL79.2º83.33%11.76%-
HSV(B)79.2º90.91%21.57%-
XYZ2.233.170.64-
YUV44.52105.7124.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 55 (21.88% from 255) = 55.56%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=39.39%
G=55.56%
B=5.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal395550.2900.910.7879.283.3311.76
Hex273751D05B4E4f53c
Octal4767535013311611712314
Binary10011111011110111101010110111001110100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273705; }

 p { color: rgb(39,55,5); }

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

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

 a { background-color: rgb(39,55,5); }

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

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

 span { border-color: rgb(39,55,5); }

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