#2B340C

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

Shades of Turtle Green #2B340C

Tints of Turtle Green #2B340C

Color information

#2B340C (or 0x2B340C) is unknown color: approx Turtle Green. HEX triplet: 2B, 34 and 0C. RGB value is (43,52,12). Sum of RGB (Red+Green+Blue) = 43+52+12=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340C is #D4CBF3. Grayscale: #2C2C2C. Windows color (decimal): -13945844 or 799787. OLE color: 799787.

HSL color Cylindrical-coordinate representation of color #2B340C: hue angle of 73.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B340C is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB435212-
CMYK0.1700.770.80
HSL73.5º62.5%12.55%-
HSV(B)73.5º76.92%20.39%-
XYZ2.2930.81-
YUV44.75109.52126.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=40.19%
G=48.60%
B=11.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352120.1700.770.8073.562.512.55
Hex2B34C1104D504a3ed
Octal5364142101151201127615
Binary10101111010011001000101001101101000010010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,12); }

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

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

 a { background-color: rgb(43,52,12); }

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

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

 span { border-color: rgb(43,52,12); }

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