#274707

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

Shades of Turtle Green #274707

Tints of Turtle Green #274707

Color information

#274707 (or 0x274707) is unknown color: approx Turtle Green. HEX triplet: 27, 47 and 07. RGB value is (39,71,7). Sum of RGB (Red+Green+Blue) = 39+71+7=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #274707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274707 is #D8B8F8. Grayscale: #363636. Windows color (decimal): -14203129 or 476967. OLE color: 476967.

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

Color convert

RGB39717-
CMYK0.4500.900.72
HSL90º82.05%15.29%-
HSV(B)90º90.14%27.84%-
XYZ3.134.950.99-
YUV54.14101.4117.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=33.33%
G=60.68%
B=5.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal397170.4500.900.729082.0515.29
Hex274772D05A485a52f
Octal47107755013211013212217
Binary1001111000111111101101010110101001000101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274707; }

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

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

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

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

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

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

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

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