#274704

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

Shades of Turtle Green #274704

Tints of Turtle Green #274704

Color information

#274704 (or 0x274704) is unknown color: approx Turtle Green. HEX triplet: 27, 47 and 04. RGB value is (39,71,4). Sum of RGB (Red+Green+Blue) = 39+71+4=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #274704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274704 is #D8B8FB. Grayscale: #363636. Windows color (decimal): -14203132 or 280359. OLE color: 280359.

HSL color Cylindrical-coordinate representation of color #274704: hue angle of 88.66º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #274704 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB39714-
CMYK0.4500.940.72
HSL88.66º89.33%14.71%-
HSV(B)88.66º94.37%27.84%-
XYZ3.114.950.91-
YUV53.7999.9117.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=34.21%
G=62.28%
B=3.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal397140.4500.940.7288.6689.3314.71
Hex274742D05E485959f
Octal47107455013611013113117
Binary1001111000111100101101010111101001000101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274704; }

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

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

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

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

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

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

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

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