#274703

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

Shades of Turtle Green #274703

Tints of Turtle Green #274703

Color information

#274703 (or 0x274703) is unknown color: approx Turtle Green. HEX triplet: 27, 47 and 03. RGB value is (39,71,3). Sum of RGB (Red+Green+Blue) = 39+71+3=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #274703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274703 is #D8B8FC. Grayscale: #353535. Windows color (decimal): -14203133 or 214823. OLE color: 214823.

HSL color Cylindrical-coordinate representation of color #274703: hue angle of 88.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #274703 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB39713-
CMYK0.4500.960.72
HSL88.24º91.89%14.51%-
HSV(B)88.24º95.77%27.84%-
XYZ3.114.940.88-
YUV53.6899.4117.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 71 (28.12% from 255) = 62.83%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=34.51%
G=62.83%
B=2.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal397130.4500.960.7288.2491.8914.51
Hex274732D06048585cf
Octal47107355014011013013417
Binary100111100011111101101011000001001000101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274703; }

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

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

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

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

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

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

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

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