#274007

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

Shades of Turtle Green #274007

Tints of Turtle Green #274007

Color information

#274007 (or 0x274007) is unknown color: approx Turtle Green. HEX triplet: 27, 40 and 07. RGB value is (39,64,7). Sum of RGB (Red+Green+Blue) = 39+64+7=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #274007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274007 is #D8BFF8. Grayscale: #323232. Windows color (decimal): -14204921 or 475175. OLE color: 475175.

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

Color convert

RGB39647-
CMYK0.3900.890.75
HSL86.32º80.28%13.92%-
HSV(B)86.32º89.06%25.1%-
XYZ2.714.110.85-
YUV50.03103.72120.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=35.45%
G=58.18%
B=6.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396470.3900.890.7586.3280.2813.92
Hex27407270594B5650e
Octal47100747013111312612016
Binary1001111000000111100111010110011001011101011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274007; }

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

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

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

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

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

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

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

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