#2B5501

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

Shades of Turtle Green #2B5501

Tints of Turtle Green #2B5501

Color information

#2B5501 (or 0x2B5501) is unknown color: approx Turtle Green. HEX triplet: 2B, 55 and 01. RGB value is (43,85,1). Sum of RGB (Red+Green+Blue) = 43+85+1=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5501 is #D4AAFE. Grayscale: #3F3F3F. Windows color (decimal): -13937407 or 87339. OLE color: 87339.

HSL color Cylindrical-coordinate representation of color #2B5501: hue angle of 90º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5501 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB43851-
CMYK0.4900.990.67
HSL90º97.67%16.86%-
HSV(B)90º98.82%33.33%-
XYZ4.257.011.16-
YUV62.8793.09113.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=33.33%
G=65.89%
B=0.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal438510.4900.990.679097.6716.86
Hex2B55131063435a6211
Octal53125161014310313214221
Binary101011101010111100010110001110000111011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,1); }

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

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

 a { background-color: rgb(43,85,1); }

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

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

 span { border-color: rgb(43,85,1); }

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