#2B3905

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

Shades of Turtle Green #2B3905

Tints of Turtle Green #2B3905

Color information

#2B3905 (or 0x2B3905) is unknown color: approx Turtle Green. HEX triplet: 2B, 39 and 05. RGB value is (43,57,5). Sum of RGB (Red+Green+Blue) = 43+57+5=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3905 is #D4C6FA. Grayscale: #2F2F2F. Windows color (decimal): -13944571 or 342315. OLE color: 342315.

HSL color Cylindrical-coordinate representation of color #2B3905: hue angle of 76.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B3905 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB43575-
CMYK0.2500.910.78
HSL76.15º83.87%12.16%-
HSV(B)76.15º91.23%22.35%-
XYZ2.493.450.68-
YUV46.89104.36125.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=40.95%
G=54.29%
B=4.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal435750.2500.910.7876.1583.8712.16
Hex2B3951905B4E4c54c
Octal5371531013311611412414
Binary10101111100110111001010110111001110100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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