#273108

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

Shades of Turtle Green #273108

Tints of Turtle Green #273108

Color information

#273108 (or 0x273108) is unknown color: approx Turtle Green. HEX triplet: 27, 31 and 08. RGB value is (39,49,8). Sum of RGB (Red+Green+Blue) = 39+49+8=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #273108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273108 is #D8CEF7. Grayscale: #292929. Windows color (decimal): -14208760 or 536871. OLE color: 536871.

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

Color convert

RGB39498-
CMYK0.2000.840.81
HSL74.63º71.93%11.18%-
HSV(B)74.63º83.67%19.22%-
XYZ1.982.650.64-
YUV41.34109.19126.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=40.62%
G=51.04%
B=8.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal394980.2000.840.8174.6371.9311.18
Hex2731814054514b48b
Octal47611024012412111311013
Binary100111110001100010100010101001010001100101110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273108; }

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

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

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

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

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

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

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

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