#274009

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

Shades of Turtle Green #274009

Tints of Turtle Green #274009

Color information

#274009 (or 0x274009) is unknown color: approx Turtle Green. HEX triplet: 27, 40 and 09. RGB value is (39,64,9). Sum of RGB (Red+Green+Blue) = 39+64+9=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #274009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274009 is #D8BFF6. Grayscale: #323232. Windows color (decimal): -14204919 or 606247. OLE color: 606247.

HSL color Cylindrical-coordinate representation of color #274009: hue angle of 87.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #274009 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB39649-
CMYK0.3900.860.75
HSL87.27º75.34%14.31%-
HSV(B)87.27º85.94%25.1%-
XYZ2.724.120.91-
YUV50.26104.72119.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=34.82%
G=57.14%
B=8.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396490.3900.860.7587.2775.3414.31
Hex27409270564B574be
Octal471001147012611312711316
Binary10011110000001001100111010101101001011101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274009; }

 p { color: rgb(39,64,9); }

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

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

 a { background-color: rgb(39,64,9); }

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

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

 span { border-color: rgb(39,64,9); }

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