#274904

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

Shades of Turtle Green #274904

Tints of Turtle Green #274904

Color information

#274904 (or 0x274904) is unknown color: approx Turtle Green. HEX triplet: 27, 49 and 04. RGB value is (39,73,4). Sum of RGB (Red+Green+Blue) = 39+73+4=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #274904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274904 is #D8B6FB. Grayscale: #373737. Windows color (decimal): -14202620 or 280871. OLE color: 280871.

HSL color Cylindrical-coordinate representation of color #274904: hue angle of 89.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #274904 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB39734-
CMYK0.4700.950.71
HSL89.57º89.61%15.1%-
HSV(B)89.57º94.52%28.63%-
XYZ3.245.210.95-
YUV54.9799.24116.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 4 (1.95% from 255) = 3.45%
R=33.62%
G=62.93%
B=3.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal397340.4700.950.7189.5789.6115.1
Hex274942F05F475a5af
Octal47111457013710713213217
Binary1001111001001100101111010111111000111101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274904; }

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

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

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

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

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

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

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

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