#2B4B02

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

Shades of Turtle Green #2B4B02

Tints of Turtle Green #2B4B02

Color information

#2B4B02 (or 0x2B4B02) is unknown color: approx Turtle Green. HEX triplet: 2B, 4B and 02. RGB value is (43,75,2). Sum of RGB (Red+Green+Blue) = 43+75+2=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4B02 is #D4B4FD. Grayscale: #393939. Windows color (decimal): -13939966 or 150315. OLE color: 150315.

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

Color convert

RGB43752-
CMYK0.4300.970.71
HSL86.3º94.81%15.1%-
HSV(B)86.3º97.33%29.41%-
XYZ3.525.550.94-
YUV57.1196.9117.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 75 (29.69% from 255) = 62.5%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=35.83%
G=62.5%
B=1.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal437520.4300.970.7186.394.8115.1
Hex2B4B22B06147565ff
Octal53113253014110712613717
Binary101011100101110101011011000011000111101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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