#274008

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

Shades of Turtle Green #274008

Tints of Turtle Green #274008

Color information

#274008 (or 0x274008) is unknown color: approx Turtle Green. HEX triplet: 27, 40 and 08. RGB value is (39,64,8). Sum of RGB (Red+Green+Blue) = 39+64+8=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #274008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274008 is #D8BFF7. Grayscale: #323232. Windows color (decimal): -14204920 or 540711. OLE color: 540711.

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

Color convert

RGB39648-
CMYK0.3900.870.75
HSL86.79º77.78%14.12%-
HSV(B)86.79º87.5%25.1%-
XYZ2.714.120.88-
YUV50.14104.22120.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=35.14%
G=57.66%
B=7.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396480.3900.870.7586.7977.7814.12
Hex27408270574B574ee
Octal471001047012711312711616
Binary10011110000001000100111010101111001011101011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274008; }

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

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

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

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

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

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

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

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