#273208

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

Shades of Turtle Green #273208

Tints of Turtle Green #273208

Color information

#273208 (or 0x273208) is unknown color: approx Turtle Green. HEX triplet: 27, 32 and 08. RGB value is (39,50,8). Sum of RGB (Red+Green+Blue) = 39+50+8=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #273208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273208 is #D8CDF7. Grayscale: #2A2A2A. Windows color (decimal): -14208504 or 537127. OLE color: 537127.

HSL color Cylindrical-coordinate representation of color #273208: hue angle of 75.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #273208 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB39508-
CMYK0.2200.840.80
HSL75.71º72.41%11.37%-
HSV(B)75.71º84%19.61%-
XYZ2.022.730.65-
YUV41.92108.86125.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=40.21%
G=51.55%
B=8.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal395080.2200.840.8075.7172.4111.37
Hex2732816054504c48b
Octal47621026012412011411013
Binary100111110010100010110010101001010000100110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273208; }

 p { color: rgb(39,50,8); }

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

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

 a { background-color: rgb(39,50,8); }

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

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

 span { border-color: rgb(39,50,8); }

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