#273400

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

Shades of Turtle Green #273400

Tints of Turtle Green #273400

Color information

#273400 (or 0x273400) is unknown color: approx Turtle Green. HEX triplet: 27, 34 and 00. RGB value is (39,52,0). Sum of RGB (Red+Green+Blue) = 39+52+0=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #273400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273400 is #D8CBFF. Grayscale: #2A2A2A. Windows color (decimal): -14208000 or 13351. OLE color: 13351.

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

Color convert

RGB39520-
CMYK0.25010.80
HSL75º100%10.2%-
HSV(B)75º100%20.39%-
XYZ2.062.890.45-
YUV42.18104.19125.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal395200.25010.807510010.2
Hex2734019064504b64a
Octal4764031014412011314412
Binary100111110100011001011001001010000100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273400; }

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

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

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

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

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

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

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

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