#273905

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

Shades of Turtle Green #273905

Tints of Turtle Green #273905

Color information

#273905 (or 0x273905) is unknown color: approx Turtle Green. HEX triplet: 27, 39 and 05. RGB value is (39,57,5). Sum of RGB (Red+Green+Blue) = 39+57+5=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #273905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273905 is #D8C6FA. Grayscale: #2D2D2D. Windows color (decimal): -14206715 or 342311. OLE color: 342311.

HSL color Cylindrical-coordinate representation of color #273905: hue angle of 80.77º degrees, saturation: 0.84, 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 #273905 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB39575-
CMYK0.3200.910.78
HSL80.77º83.87%12.16%-
HSV(B)80.77º91.23%22.35%-
XYZ2.333.370.67-
YUV45.69105.04123.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=38.61%
G=56.44%
B=4.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal395750.3200.910.7880.7783.8712.16
Hex273952005B4E5154c
Octal4771540013311612112414
Binary100111111001101100000010110111001110101000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273905; }

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

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

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

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

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

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

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

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