#2A340B

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

Shades of Turtle Green #2A340B

Tints of Turtle Green #2A340B

Color information

#2A340B (or 0x2A340B) is unknown color: approx Turtle Green. HEX triplet: 2A, 34 and 0B. RGB value is (42,52,11). Sum of RGB (Red+Green+Blue) = 42+52+11=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #2A340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A340B is #D5CBF4. Grayscale: #2C2C2C. Windows color (decimal): -14011381 or 734250. OLE color: 734250.

HSL color Cylindrical-coordinate representation of color #2A340B: hue angle of 74.63º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A340B is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB425211-
CMYK0.1900.790.80
HSL74.63º65.08%12.35%-
HSV(B)74.63º78.85%20.39%-
XYZ2.242.970.77-
YUV44.34109.19126.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=40%
G=49.52%
B=10.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252110.1900.790.8074.6365.0812.35
Hex2A34B1304F504b41c
Octal52641323011712011310114
Binary101010110100101110011010011111010000100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,52,11); }

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

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

 a { background-color: rgb(42,52,11); }

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

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

 span { border-color: rgb(42,52,11); }

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