#2B4B06

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

Shades of Turtle Green #2B4B06

Tints of Turtle Green #2B4B06

Color information

#2B4B06 (or 0x2B4B06) is unknown color: approx Turtle Green. HEX triplet: 2B, 4B and 06. RGB value is (43,75,6). Sum of RGB (Red+Green+Blue) = 43+75+6=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4B06 is #D4B4F9. Grayscale: #393939. Windows color (decimal): -13939962 or 412459. OLE color: 412459.

HSL color Cylindrical-coordinate representation of color #2B4B06: hue angle of 87.83º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B4B06 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB43756-
CMYK0.4300.920.71
HSL87.83º85.19%15.88%-
HSV(B)87.83º92%29.41%-
XYZ3.555.561.06-
YUV57.5798.9117.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 75 (29.69% from 255) = 60.48%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=34.68%
G=60.48%
B=4.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal437560.4300.920.7187.8385.1915.88
Hex2B4B62B05C47585510
Octal53113653013410713012520
Binary10101110010111101010110101110010001111011000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,75,6); }

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

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

 a { background-color: rgb(43,75,6); }

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

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

 span { border-color: rgb(43,75,6); }

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