#274F05

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

Shades of Turtle Green #274F05

Tints of Turtle Green #274F05

Color information

#274F05 (or 0x274F05) is unknown color: approx Turtle Green. HEX triplet: 27, 4F and 05. RGB value is (39,79,5). Sum of RGB (Red+Green+Blue) = 39+79+5=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #274F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274F05 is #D8B0FA. Grayscale: #3A3A3A. Windows color (decimal): -14201083 or 347943. OLE color: 347943.

HSL color Cylindrical-coordinate representation of color #274F05: hue angle of 92.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #274F05 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB39795-
CMYK0.5100.940.69
HSL92.43º88.1%16.47%-
HSV(B)92.43º93.67%30.98%-
XYZ3.666.031.12-
YUV58.697.75114.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 79 (31.25% from 255) = 64.23%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=31.71%
G=64.23%
B=4.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal397950.5100.940.6992.4388.116.47
Hex274F53305E455c5810
Octal47117563013610513413020
Binary10011110011111011100110101111010001011011100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F05; }

 p { color: rgb(39,79,5); }

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

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

 a { background-color: rgb(39,79,5); }

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

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

 span { border-color: rgb(39,79,5); }

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