#2A440F

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

Shades of Turtle Green #2A440F

Tints of Turtle Green #2A440F

Color information

#2A440F (or 0x2A440F) is unknown color: approx Turtle Green. HEX triplet: 2A, 44 and 0F. RGB value is (42,68,15). Sum of RGB (Red+Green+Blue) = 42+68+15=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #2A440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A440F is #D5BBF0. Grayscale: #363636. Windows color (decimal): -14007281 or 1000490. OLE color: 1000490.

HSL color Cylindrical-coordinate representation of color #2A440F: hue angle of 89.43º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A440F is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB426815-
CMYK0.3800.780.73
HSL89.43º63.86%16.27%-
HSV(B)89.43º77.94%26.67%-
XYZ3.114.661.19-
YUV54.18105.89119.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 15 (6.25% from 255) = 12%
R=33.6%
G=54.4%
B=12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268150.3800.780.7389.4363.8616.27
Hex2A44F2604E49594010
Octal521041746011611113110020
Binary101010100010011111001100100111010010011011001100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A440F; }

 p { color: rgb(42,68,15); }

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

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

 a { background-color: rgb(42,68,15); }

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

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

 span { border-color: rgb(42,68,15); }

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