#2B3812

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

Shades of Turtle Green #2B3812

Tints of Turtle Green #2B3812

Color information

#2B3812 (or 0x2B3812) is unknown color: approx Turtle Green. HEX triplet: 2B, 38 and 12. RGB value is (43,56,18). Sum of RGB (Red+Green+Blue) = 43+56+18=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3812 is #D4C7ED. Grayscale: #2F2F2F. Windows color (decimal): -13944814 or 1194027. OLE color: 1194027.

HSL color Cylindrical-coordinate representation of color #2B3812: hue angle of 80.53º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B3812 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB435618-
CMYK0.2300.680.78
HSL80.53º51.35%14.51%-
HSV(B)80.53º67.86%21.96%-
XYZ2.523.391.09-
YUV47.78111.19124.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.75%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=36.75%
G=47.86%
B=15.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4356180.2300.680.7880.5351.3514.51
Hex2B3812170444E5133f
Octal5370222701041161216317
Binary101011111000100101011101000100100111010100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,18); }

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

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

 a { background-color: rgb(43,56,18); }

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

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

 span { border-color: rgb(43,56,18); }

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