#2B5305

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

Shades of Turtle Green #2B5305

Tints of Turtle Green #2B5305

Color information

#2B5305 (or 0x2B5305) is unknown color: approx Turtle Green. HEX triplet: 2B, 53 and 05. RGB value is (43,83,5). Sum of RGB (Red+Green+Blue) = 43+83+5=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5305 is #D4ACFA. Grayscale: #3E3E3E. Windows color (decimal): -13937915 or 348971. OLE color: 348971.

HSL color Cylindrical-coordinate representation of color #2B5305: hue angle of 90.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B5305 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB43835-
CMYK0.4800.940.67
HSL90.77º88.64%17.25%-
HSV(B)90.77º93.98%32.55%-
XYZ4.126.711.22-
YUV62.1595.75114.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.82%
GREEN value IS 83 (32.81% from 255) = 63.36%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=32.82%
G=63.36%
B=3.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal438350.4800.940.6790.7788.6417.25
Hex2B5353005E435b5911
Octal53123560013610313313121
Binary10101110100111011100000101111010000111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,5); }

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

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

 a { background-color: rgb(43,83,5); }

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

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

 span { border-color: rgb(43,83,5); }

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