#274C05

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

Shades of Turtle Green #274C05

Tints of Turtle Green #274C05

Color information

#274C05 (or 0x274C05) is unknown color: approx Turtle Green. HEX triplet: 27, 4C and 05. RGB value is (39,76,5). Sum of RGB (Red+Green+Blue) = 39+76+5=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #274C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C05 is #D8B3FA. Grayscale: #393939. Windows color (decimal): -14201851 or 347175. OLE color: 347175.

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

Color convert

RGB39765-
CMYK0.4900.930.70
HSL91.27º87.65%15.88%-
HSV(B)91.27º93.42%29.8%-
XYZ3.455.611.04-
YUV56.8498.74115.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 76 (30.08% from 255) = 63.33%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=32.5%
G=63.33%
B=4.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal397650.4900.930.7091.2787.6515.88
Hex274C53105D465b5810
Octal47114561013510613313020
Binary10011110011001011100010101110110001101011011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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