#274402

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

Shades of Turtle Green #274402

Tints of Turtle Green #274402

Color information

#274402 (or 0x274402) is unknown color: approx Turtle Green. HEX triplet: 27, 44 and 02. RGB value is (39,68,2). Sum of RGB (Red+Green+Blue) = 39+68+2=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #274402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274402 is #D8BBFD. Grayscale: #343434. Windows color (decimal): -14203902 or 148519. OLE color: 148519.

HSL color Cylindrical-coordinate representation of color #274402: hue angle of 86.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274402 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB39682-
CMYK0.4300.970.73
HSL86.36º94.29%13.73%-
HSV(B)86.36º97.06%26.67%-
XYZ2.914.570.79-
YUV51.899.89118.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=35.78%
G=62.39%
B=1.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal396820.4300.970.7386.3694.2913.73
Hex274422B06149565ee
Octal47104253014111112613616
Binary100111100010010101011011000011001001101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274402; }

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

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

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

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

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

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

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

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