#2B3D0C

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

Shades of Turtle Green #2B3D0C

Tints of Turtle Green #2B3D0C

Color information

#2B3D0C (or 0x2B3D0C) is unknown color: approx Turtle Green. HEX triplet: 2B, 3D and 0C. RGB value is (43,61,12). Sum of RGB (Red+Green+Blue) = 43+61+12=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3D0C is #D4C2F3. Grayscale: #323232. Windows color (decimal): -13943540 or 802091. OLE color: 802091.

HSL color Cylindrical-coordinate representation of color #2B3D0C: hue angle of 82.04º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B3D0C is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB436112-
CMYK0.3000.800.76
HSL82.04º67.12%14.31%-
HSV(B)82.04º80.33%23.92%-
XYZ2.733.880.95-
YUV50.03106.54122.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 61 (24.22% from 255) = 52.59%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=37.07%
G=52.59%
B=10.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4361120.3000.800.7682.0467.1214.31
Hex2B3DC1E0504C5243e
Octal53751436012011412210316
Binary101011111101110011110010100001001100101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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