#274705

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

Shades of Turtle Green #274705

Tints of Turtle Green #274705

Color information

#274705 (or 0x274705) is unknown color: approx Turtle Green. HEX triplet: 27, 47 and 05. RGB value is (39,71,5). Sum of RGB (Red+Green+Blue) = 39+71+5=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #274705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274705 is #D8B8FA. Grayscale: #363636. Windows color (decimal): -14203131 or 345895. OLE color: 345895.

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

Color convert

RGB39715-
CMYK0.4500.930.72
HSL89.09º86.84%14.9%-
HSV(B)89.09º92.96%27.84%-
XYZ3.124.950.93-
YUV53.91100.4117.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=33.91%
G=61.74%
B=4.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal397150.4500.930.7289.0986.8414.9
Hex274752D05D485957f
Octal47107555013511013112717
Binary1001111000111101101101010111011001000101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274705; }

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

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

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

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

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

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

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

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