#2b5007

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

Shades of Turtle Green #2B5007

Tints of Turtle Green #2B5007

Color information

#2B5007 (or 0x2B5007) is unknown color: approx Turtle Green. HEX triplet: 2B, 50 and 07. RGB value is (43,80,7). Sum of RGB (Red+Green+Blue) = 43+80+7=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5007 is #D4AFF8. Grayscale: #3C3C3C. Windows color (decimal): -13938681 or 479275. OLE color: 479275.

HSL color Cylindrical-coordinate representation of color #2B5007: hue angle of 90.41º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B5007 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB43807-
CMYK0.4600.910.69
HSL90.41º83.91%17.06%-
HSV(B)90.41º91.25%31.37%-
XYZ3.96.271.2-
YUV60.6197.74115.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.08%
GREEN value IS 80 (31.64% from 255) = 61.54%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=33.08%
G=61.54%
B=5.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal438070.4600.910.6990.4183.9117.06
Hex2B5072E05B455a5411
Octal53120756013310513212421
Binary10101110100001111011100101101110001011011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,7); }

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

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

 a { background-color: rgb(43,80,7); }

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

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

 span { border-color: rgb(43,80,7); }

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