#274902

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

Shades of Turtle Green #274902

Tints of Turtle Green #274902

Color information

#274902 (or 0x274902) is unknown color: approx Turtle Green. HEX triplet: 27, 49 and 02. RGB value is (39,73,2). Sum of RGB (Red+Green+Blue) = 39+73+2=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #274902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274902 is #D8B6FD. Grayscale: #363636. Windows color (decimal): -14202622 or 149799. OLE color: 149799.

HSL color Cylindrical-coordinate representation of color #274902: hue angle of 88.73º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274902 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB39732-
CMYK0.4700.970.71
HSL88.73º94.67%14.71%-
HSV(B)88.73º97.26%28.63%-
XYZ3.235.20.89-
YUV54.7498.24116.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 73 (28.91% from 255) = 64.04%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=34.21%
G=64.04%
B=1.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal397320.4700.970.7188.7394.6714.71
Hex274922F06147595ff
Octal47111257014110713113717
Binary100111100100110101111011000011000111101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274902; }

 p { color: rgb(39,73,2); }

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

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

 a { background-color: rgb(39,73,2); }

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

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

 span { border-color: rgb(39,73,2); }

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