#2B4A05

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

Shades of Turtle Green #2B4A05

Tints of Turtle Green #2B4A05

Color information

#2B4A05 (or 0x2B4A05) is unknown color: approx Turtle Green. HEX triplet: 2B, 4A and 05. RGB value is (43,74,5). Sum of RGB (Red+Green+Blue) = 43+74+5=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A05 is #D4B5FA. Grayscale: #393939. Windows color (decimal): -13940219 or 346667. OLE color: 346667.

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

Color convert

RGB43745-
CMYK0.4200.930.71
HSL86.96º87.34%15.49%-
HSV(B)86.96º93.24%29.02%-
XYZ3.475.421.01-
YUV56.8698.73118.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 74 (29.30% from 255) = 60.66%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=35.25%
G=60.66%
B=4.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal437450.4200.930.7186.9687.3415.49
Hex2B4A52A05D475757f
Octal53112552013510712712717
Binary1010111001010101101010010111011000111101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,5); }

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

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

 a { background-color: rgb(43,74,5); }

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

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

 span { border-color: rgb(43,74,5); }

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