#2A430E

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

Shades of Turtle Green #2A430E

Tints of Turtle Green #2A430E

Color information

#2A430E (or 0x2A430E) is unknown color: approx Turtle Green. HEX triplet: 2A, 43 and 0E. RGB value is (42,67,14). Sum of RGB (Red+Green+Blue) = 42+67+14=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #2A430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A430E is #D5BCF1. Grayscale: #353535. Windows color (decimal): -14007538 or 934698. OLE color: 934698.

HSL color Cylindrical-coordinate representation of color #2A430E: hue angle of 88.3º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A430E is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB426714-
CMYK0.3700.790.74
HSL88.3º65.43%15.88%-
HSV(B)88.3º79.1%26.27%-
XYZ3.044.541.13-
YUV53.48105.72119.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.15%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=34.15%
G=54.47%
B=11.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4267140.3700.790.7488.365.4315.88
Hex2A43E2504F4A584110
Octal521031645011711213010120
Binary101010100001111101001010100111110010101011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,14); }

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

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

 a { background-color: rgb(42,67,14); }

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

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

 span { border-color: rgb(42,67,14); }

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