#274F03

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

Shades of Turtle Green #274F03

Tints of Turtle Green #274F03

Color information

#274F03 (or 0x274F03) is unknown color: approx Turtle Green. HEX triplet: 27, 4F and 03. RGB value is (39,79,3). Sum of RGB (Red+Green+Blue) = 39+79+3=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #274F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274F03 is #D8B0FC. Grayscale: #3A3A3A. Windows color (decimal): -14201085 or 216871. OLE color: 216871.

HSL color Cylindrical-coordinate representation of color #274F03: hue angle of 91.58º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #274F03 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB39793-
CMYK0.5100.960.69
HSL91.58º92.68%16.08%-
HSV(B)91.58º96.2%30.98%-
XYZ3.656.031.06-
YUV58.3896.75114.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 79 (31.25% from 255) = 65.29%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=32.23%
G=65.29%
B=2.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal397930.5100.960.6991.5892.6816.08
Hex274F333060455c5d10
Octal47117363014010513413520
Binary1001111001111111100110110000010001011011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,3); }

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

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

 a { background-color: rgb(39,79,3); }

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

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

 span { border-color: rgb(39,79,3); }

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