#273800

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

Shades of Turtle Green #273800

Tints of Turtle Green #273800

Color information

#273800 (or 0x273800) is unknown color: approx Turtle Green. HEX triplet: 27, 38 and 00. RGB value is (39,56,0). Sum of RGB (Red+Green+Blue) = 39+56+0=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #273800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273800 is #D8C7FF. Grayscale: #2C2C2C. Windows color (decimal): -14206976 or 14375. OLE color: 14375.

HSL color Cylindrical-coordinate representation of color #273800: hue angle of 78.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273800 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB39560-
CMYK0.30010.78
HSL78.21º100%10.98%-
HSV(B)78.21º100%21.96%-
XYZ2.253.260.51-
YUV44.53102.87124.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 56 (22.27% from 255) = 58.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.05%
G=58.95%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal395600.30010.7878.2110010.98
Hex273801E0644E4e64b
Octal4770036014411611614413
Binary100111111000011110011001001001110100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273800; }

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

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

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

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

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

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

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

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