#2B3805

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

Shades of Turtle Green #2B3805

Tints of Turtle Green #2B3805

Color information

#2B3805 (or 0x2B3805) is unknown color: approx Turtle Green. HEX triplet: 2B, 38 and 05. RGB value is (43,56,5). Sum of RGB (Red+Green+Blue) = 43+56+5=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #2B3805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3805 is #D4C7FA. Grayscale: #2E2E2E. Windows color (decimal): -13944827 or 342059. OLE color: 342059.

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

Color convert

RGB43565-
CMYK0.2300.910.78
HSL75.29º83.61%11.96%-
HSV(B)75.29º91.07%21.96%-
XYZ2.443.350.66-
YUV46.3104.69125.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.35%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=41.35%
G=53.85%
B=4.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal435650.2300.910.7875.2983.6111.96
Hex2B3851705B4E4b54c
Octal5370527013311611312414
Binary10101111100010110111010110111001110100101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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