#274507

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

Shades of Turtle Green #274507

Tints of Turtle Green #274507

Color information

#274507 (or 0x274507) is unknown color: approx Turtle Green. HEX triplet: 27, 45 and 07. RGB value is (39,69,7). Sum of RGB (Red+Green+Blue) = 39+69+7=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #274507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274507 is #D8BAF8. Grayscale: #353535. Windows color (decimal): -14203641 or 476455. OLE color: 476455.

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

Color convert

RGB39697-
CMYK0.4300.900.73
HSL89.03º81.58%14.9%-
HSV(B)89.03º89.86%27.06%-
XYZ34.70.95-
YUV52.96102.06118.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 69 (27.34% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=33.91%
G=60%
B=6.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal396970.4300.900.7389.0381.5814.9
Hex274572B05A495952f
Octal47105753013211113112217
Binary1001111000101111101011010110101001001101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274507; }

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

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

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

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

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

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

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

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