#274807

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

Shades of Turtle Green #274807

Tints of Turtle Green #274807

Color information

#274807 (or 0x274807) is unknown color: approx Turtle Green. HEX triplet: 27, 48 and 07. RGB value is (39,72,7). Sum of RGB (Red+Green+Blue) = 39+72+7=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #274807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274807 is #D8B7F8. Grayscale: #363636. Windows color (decimal): -14202873 or 477223. OLE color: 477223.

HSL color Cylindrical-coordinate representation of color #274807: hue angle of 90.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #274807 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB39727-
CMYK0.4600.900.72
HSL90.46º82.28%15.49%-
HSV(B)90.46º90.28%28.24%-
XYZ3.195.081.01-
YUV54.72101.07116.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=33.05%
G=61.02%
B=5.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal397270.4600.900.7290.4682.2815.49
Hex274872E05A485a52f
Octal47110756013211013212217
Binary1001111001000111101110010110101001000101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274807; }

 p { color: rgb(39,72,7); }

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

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

 a { background-color: rgb(39,72,7); }

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

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

 span { border-color: rgb(39,72,7); }

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