#2B4103

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

Shades of Turtle Green #2B4103

Tints of Turtle Green #2B4103

Color information

#2B4103 (or 0x2B4103) is unknown color: approx Turtle Green. HEX triplet: 2B, 41 and 03. RGB value is (43,65,3). Sum of RGB (Red+Green+Blue) = 43+65+3=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4103 is #D4BEFC. Grayscale: #333333. Windows color (decimal): -13942525 or 213291. OLE color: 213291.

HSL color Cylindrical-coordinate representation of color #2B4103: hue angle of 81.29º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B4103 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB43653-
CMYK0.3400.950.75
HSL81.29º91.18%13.33%-
HSV(B)81.29º95.38%25.49%-
XYZ2.94.30.76-
YUV51.35100.71122.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.74%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=38.74%
G=58.56%
B=2.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal436530.3400.950.7581.2991.1813.33
Hex2B4132205F4B515bd
Octal53101342013711312113315
Binary101011100000111100010010111111001011101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,65,3); }

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

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

 a { background-color: rgb(43,65,3); }

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

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

 span { border-color: rgb(43,65,3); }

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