#2B4B03

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

Shades of Turtle Green #2B4B03

Tints of Turtle Green #2B4B03

Color information

#2B4B03 (or 0x2B4B03) is unknown color: approx Turtle Green. HEX triplet: 2B, 4B and 03. RGB value is (43,75,3). Sum of RGB (Red+Green+Blue) = 43+75+3=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4B03 is #D4B4FC. Grayscale: #393939. Windows color (decimal): -13939965 or 215851. OLE color: 215851.

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

Color convert

RGB43753-
CMYK0.4300.960.71
HSL86.67º92.31%15.29%-
HSV(B)86.67º96%29.41%-
XYZ3.535.550.97-
YUV57.2297.4117.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.54%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=35.54%
G=61.98%
B=2.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal437530.4300.960.7186.6792.3115.29
Hex2B4B32B06047575cf
Octal53113353014010712713417
Binary101011100101111101011011000001000111101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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