#2A3805

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

Shades of Turtle Green #2A3805

Tints of Turtle Green #2A3805

Color information

#2A3805 (or 0x2A3805) is unknown color: approx Turtle Green. HEX triplet: 2A, 38 and 05. RGB value is (42,56,5). Sum of RGB (Red+Green+Blue) = 42+56+5=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3805 is #D5C7FA. Grayscale: #2E2E2E. Windows color (decimal): -14010363 or 342058. OLE color: 342058.

HSL color Cylindrical-coordinate representation of color #2A3805: hue angle of 76.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A3805 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB42565-
CMYK0.2500.910.78
HSL76.47º83.61%11.96%-
HSV(B)76.47º91.07%21.96%-
XYZ2.43.330.66-
YUV46104.86125.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=40.78%
G=54.37%
B=4.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal425650.2500.910.7876.4783.6111.96
Hex2A3851905B4E4c54c
Octal5270531013311611412414
Binary10101011100010111001010110111001110100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,5); }

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

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

 a { background-color: rgb(42,56,5); }

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

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

 span { border-color: rgb(42,56,5); }

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