#2B4D03

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

Shades of Turtle Green #2B4D03

Tints of Turtle Green #2B4D03

Color information

#2B4D03 (or 0x2B4D03) is unknown color: approx Turtle Green. HEX triplet: 2B, 4D and 03. RGB value is (43,77,3). Sum of RGB (Red+Green+Blue) = 43+77+3=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4D03 is #D4B2FC. Grayscale: #3A3A3A. Windows color (decimal): -13939453 or 216363. OLE color: 216363.

HSL color Cylindrical-coordinate representation of color #2B4D03: hue angle of 87.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B4D03 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB43773-
CMYK0.4400.960.70
HSL87.57º92.5%15.69%-
HSV(B)87.57º96.1%30.2%-
XYZ3.675.831.02-
YUV58.496.74117.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 77 (30.47% from 255) = 62.60%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=34.96%
G=62.60%
B=2.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal437730.4400.960.7087.5792.515.69
Hex2B4D32C06046585c10
Octal53115354014010613013420
Binary1010111001101111011000110000010001101011000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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