#274C06

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

Shades of Turtle Green #274C06

Tints of Turtle Green #274C06

Color information

#274C06 (or 0x274C06) is unknown color: approx Turtle Green. HEX triplet: 27, 4C and 06. RGB value is (39,76,6). Sum of RGB (Red+Green+Blue) = 39+76+6=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #274C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C06 is #D8B3F9. Grayscale: #393939. Windows color (decimal): -14201850 or 412711. OLE color: 412711.

HSL color Cylindrical-coordinate representation of color #274C06: hue angle of 91.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #274C06 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB39766-
CMYK0.4900.920.70
HSL91.71º85.37%16.08%-
HSV(B)91.71º92.11%29.8%-
XYZ3.455.611.07-
YUV56.9699.24115.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 76 (30.08% from 255) = 62.81%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=32.23%
G=62.81%
B=4.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal397660.4900.920.7091.7185.3716.08
Hex274C63105C465c5510
Octal47114661013410613412520
Binary10011110011001101100010101110010001101011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274C06; }

 p { color: rgb(39,76,6); }

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

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

 a { background-color: rgb(39,76,6); }

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

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

 span { border-color: rgb(39,76,6); }

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