#2B3700

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

Shades of Turtle Green #2B3700

Tints of Turtle Green #2B3700

Color information

#2B3700 (or 0x2B3700) is unknown color: approx Turtle Green. HEX triplet: 2B, 37 and 00. RGB value is (43,55,0). Sum of RGB (Red+Green+Blue) = 43+55+0=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3700 is #D4C8FF. Grayscale: #2D2D2D. Windows color (decimal): -13945088 or 14123. OLE color: 14123.

HSL color Cylindrical-coordinate representation of color #2B3700: hue angle of 73.09º 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 #2B3700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB43550-
CMYK0.22010.78
HSL73.09º100%10.78%-
HSV(B)73.09º100%21.57%-
XYZ2.363.250.5-
YUV45.14102.52126.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.88%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.88%
G=56.12%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal435500.22010.7873.0910010.78
Hex2B370160644E4964b
Octal5367026014411611114413
Binary101011110111010110011001001001110100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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