#274608

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

Shades of Turtle Green #274608

Tints of Turtle Green #274608

Color information

#274608 (or 0x274608) is unknown color: approx Turtle Green. HEX triplet: 27, 46 and 08. RGB value is (39,70,8). Sum of RGB (Red+Green+Blue) = 39+70+8=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #274608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274608 is #D8B9F7. Grayscale: #353535. Windows color (decimal): -14203384 or 542247. OLE color: 542247.

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

Color convert

RGB39708-
CMYK0.4400.890.73
HSL90º79.49%15.29%-
HSV(B)90º88.57%27.45%-
XYZ3.074.831-
YUV53.66102.23117.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 59.83%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=33.33%
G=59.83%
B=6.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal397080.4400.890.739079.4915.29
Hex274682C059495a4ff
Octal471061054013111113211717
Binary10011110001101000101100010110011001001101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274608; }

 p { color: rgb(39,70,8); }

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

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

 a { background-color: rgb(39,70,8); }

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

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

 span { border-color: rgb(39,70,8); }

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