#2B430F

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

Shades of Turtle Green #2B430F

Tints of Turtle Green #2B430F

Color information

#2B430F (or 0x2B430F) is unknown color: approx Turtle Green. HEX triplet: 2B, 43 and 0F. RGB value is (43,67,15). Sum of RGB (Red+Green+Blue) = 43+67+15=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #2B430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B430F is #D4BCF0. Grayscale: #363636. Windows color (decimal): -13942001 or 1000235. OLE color: 1000235.

HSL color Cylindrical-coordinate representation of color #2B430F: hue angle of 87.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B430F is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB436715-
CMYK0.3600.780.74
HSL87.69º63.41%16.08%-
HSV(B)87.69º77.61%26.27%-
XYZ3.094.561.17-
YUV53.9106.05120.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 15 (6.25% from 255) = 12%
R=34.4%
G=53.6%
B=12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367150.3600.780.7487.6963.4116.08
Hex2B43F2404E4A583f10
Octal53103174401161121307720
Binary10101110000111111100100010011101001010101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,15); }

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

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

 a { background-color: rgb(43,67,15); }

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

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

 span { border-color: rgb(43,67,15); }

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