#273004

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

Shades of Turtle Green #273004

Tints of Turtle Green #273004

Color information

#273004 (or 0x273004) is unknown color: approx Turtle Green. HEX triplet: 27, 30 and 04. RGB value is (39,48,4). Sum of RGB (Red+Green+Blue) = 39+48+4=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #273004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273004 is #D8CFFB. Grayscale: #282828. Windows color (decimal): -14209020 or 274471. OLE color: 274471.

HSL color Cylindrical-coordinate representation of color #273004: hue angle of 72.27º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #273004 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB39484-
CMYK0.1900.920.81
HSL72.27º84.62%10.2%-
HSV(B)72.27º91.67%18.82%-
XYZ1.922.550.51-
YUV40.29107.52127.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=42.86%
G=52.75%
B=4.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal394840.1900.920.8172.2784.6210.2
Hex273041305C514855a
Octal4760423013412111012512
Binary10011111000010010011010111001010001100100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273004; }

 p { color: rgb(39,48,4); }

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

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

 a { background-color: rgb(39,48,4); }

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

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

 span { border-color: rgb(39,48,4); }

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