#2B4102

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

Shades of Turtle Green #2B4102

Tints of Turtle Green #2B4102

Color information

#2B4102 (or 0x2B4102) is unknown color: approx Turtle Green. HEX triplet: 2B, 41 and 02. RGB value is (43,65,2). Sum of RGB (Red+Green+Blue) = 43+65+2=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4102 is #D4BEFD. Grayscale: #333333. Windows color (decimal): -13942526 or 147755. OLE color: 147755.

HSL color Cylindrical-coordinate representation of color #2B4102: hue angle of 80.95º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4102 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB43652-
CMYK0.3400.970.75
HSL80.95º94.03%13.14%-
HSV(B)80.95º96.92%25.49%-
XYZ2.94.30.73-
YUV51.24100.21122.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=39.09%
G=59.09%
B=1.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal436520.3400.970.7580.9594.0313.14
Hex2B412220614B515ed
Octal53101242014111312113615
Binary101011100000110100010011000011001011101000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,2); }

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

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

 a { background-color: rgb(43,65,2); }

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

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

 span { border-color: rgb(43,65,2); }

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