#2B3800

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

Shades of Turtle Green #2B3800

Tints of Turtle Green #2B3800

Color information

#2B3800 (or 0x2B3800) is unknown color: approx Turtle Green. HEX triplet: 2B, 38 and 00. RGB value is (43,56,0). Sum of RGB (Red+Green+Blue) = 43+56+0=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3800 is #D4C7FF. Grayscale: #2D2D2D. Windows color (decimal): -13944832 or 14379. OLE color: 14379.

HSL color Cylindrical-coordinate representation of color #2B3800: hue angle of 73.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B3800 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB43560-
CMYK0.23010.78
HSL73.93º100%10.98%-
HSV(B)73.93º100%21.96%-
XYZ2.413.340.52-
YUV45.73102.19126.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.43%
GREEN value IS 56 (22.27% from 255) = 56.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.43%
G=56.57%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal435600.23010.7873.9310010.98
Hex2B380170644E4a64b
Octal5370027014411611214413
Binary101011111000010111011001001001110100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,0); }

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

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

 a { background-color: rgb(43,56,0); }

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

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

 span { border-color: rgb(43,56,0); }

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