#2B4F01

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

Shades of Turtle Green #2B4F01

Tints of Turtle Green #2B4F01

Color information

#2B4F01 (or 0x2B4F01) is unknown color: approx Turtle Green. HEX triplet: 2B, 4F and 01. RGB value is (43,79,1). Sum of RGB (Red+Green+Blue) = 43+79+1=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4F01 is #D4B0FE. Grayscale: #3B3B3B. Windows color (decimal): -13938943 or 85803. OLE color: 85803.

HSL color Cylindrical-coordinate representation of color #2B4F01: hue angle of 87.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B4F01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB43791-
CMYK0.4600.990.69
HSL87.69º97.5%15.69%-
HSV(B)87.69º98.73%30.98%-
XYZ3.86.111.01-
YUV59.3495.07116.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 79 (31.25% from 255) = 64.23%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=34.96%
G=64.23%
B=0.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal437910.4600.990.6987.6997.515.69
Hex2B4F12E06345586210
Octal53117156014310513014220
Binary101011100111111011100110001110001011011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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