#273408

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

Shades of Turtle Green #273408

Tints of Turtle Green #273408

Color information

#273408 (or 0x273408) is unknown color: approx Turtle Green. HEX triplet: 27, 34 and 08. RGB value is (39,52,8). Sum of RGB (Red+Green+Blue) = 39+52+8=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #273408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273408 is #D8CBF7. Grayscale: #2B2B2B. Windows color (decimal): -14207992 or 537639. OLE color: 537639.

HSL color Cylindrical-coordinate representation of color #273408: hue angle of 77.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #273408 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB39528-
CMYK0.2500.850.80
HSL77.73º73.33%11.76%-
HSV(B)77.73º84.62%20.39%-
XYZ2.112.90.68-
YUV43.1108.19125.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=39.39%
G=52.53%
B=8.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal395280.2500.850.8077.7373.3311.76
Hex2734819055504e49c
Octal47641031012512011611114
Binary100111110100100011001010101011010000100111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273408; }

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

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

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

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

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

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

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

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