#274F04

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

Shades of Turtle Green #274F04

Tints of Turtle Green #274F04

Color information

#274F04 (or 0x274F04) is unknown color: approx Turtle Green. HEX triplet: 27, 4F and 04. RGB value is (39,79,4). Sum of RGB (Red+Green+Blue) = 39+79+4=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #274F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274F04 is #D8B0FB. Grayscale: #3A3A3A. Windows color (decimal): -14201084 or 282407. OLE color: 282407.

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

Color convert

RGB39794-
CMYK0.5100.950.69
HSL92º90.36%16.27%-
HSV(B)92º94.94%30.98%-
XYZ3.656.031.09-
YUV58.4997.25114.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 79 (31.25% from 255) = 64.75%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=31.97%
G=64.75%
B=3.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal397940.5100.950.699290.3616.27
Hex274F43305F455c5a10
Octal47117463013710513413220
Binary10011110011111001100110101111110001011011100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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