#274505

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

Shades of Turtle Green #274505

Tints of Turtle Green #274505

Color information

#274505 (or 0x274505) is unknown color: approx Turtle Green. HEX triplet: 27, 45 and 05. RGB value is (39,69,5). Sum of RGB (Red+Green+Blue) = 39+69+5=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #274505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274505 is #D8BAFA. Grayscale: #343434. Windows color (decimal): -14203643 or 345383. OLE color: 345383.

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

Color convert

RGB39695-
CMYK0.4300.930.73
HSL88.12º86.49%14.51%-
HSV(B)88.12º92.75%27.06%-
XYZ2.994.70.89-
YUV52.73101.06118.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=34.51%
G=61.06%
B=4.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal396950.4300.930.7388.1286.4914.51
Hex274552B05D495856f
Octal47105553013511113012617
Binary1001111000101101101011010111011001001101100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274505; }

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

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

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

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

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

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

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

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