#2B340F

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

Shades of Turtle Green #2B340F

Tints of Turtle Green #2B340F

Color information

#2B340F (or 0x2B340F) is unknown color: approx Turtle Green. HEX triplet: 2B, 34 and 0F. RGB value is (43,52,15). Sum of RGB (Red+Green+Blue) = 43+52+15=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #2B340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B340F is #D4CBF0. Grayscale: #2D2D2D. Windows color (decimal): -13945841 or 996395. OLE color: 996395.

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

Color convert

RGB435215-
CMYK0.1700.710.80
HSL74.59º55.22%13.14%-
HSV(B)74.59º71.15%20.39%-
XYZ2.3130.91-
YUV45.09111.02126.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=39.09%
G=47.27%
B=13.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352150.1700.710.8074.5955.2213.14
Hex2B34F11047504b37d
Octal5364172101071201136715
Binary10101111010011111000101000111101000010010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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