#2B3515

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

Shades of Turtle Green #2B3515

Tints of Turtle Green #2B3515

Color information

#2B3515 (or 0x2B3515) is unknown color: approx Turtle Green. HEX triplet: 2B, 35 and 15. RGB value is (43,53,21). Sum of RGB (Red+Green+Blue) = 43+53+21=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3515 is #D4CAEA. Grayscale: #2E2E2E. Windows color (decimal): -13945579 or 1389867. OLE color: 1389867.

HSL color Cylindrical-coordinate representation of color #2B3515: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B3515 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB435321-
CMYK0.1900.600.79
HSL78.75º43.24%14.51%-
HSV(B)78.75º60.38%20.78%-
XYZ2.43.111.18-
YUV46.36113.69125.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.75%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=36.75%
G=45.30%
B=17.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353210.1900.600.7978.7543.2414.51
Hex2B35151303C4F4f2bf
Octal536525230741171175317
Binary10101111010110101100110111100100111110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,21); }

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

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

 a { background-color: rgb(43,53,21); }

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

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

 span { border-color: rgb(43,53,21); }

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