#2B400C

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

Shades of Turtle Green #2B400C

Tints of Turtle Green #2B400C

Color information

#2B400C (or 0x2B400C) is unknown color: approx Turtle Green. HEX triplet: 2B, 40 and 0C. RGB value is (43,64,12). Sum of RGB (Red+Green+Blue) = 43+64+12=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400C is #D4BFF3. Grayscale: #333333. Windows color (decimal): -13942772 or 802859. OLE color: 802859.

HSL color Cylindrical-coordinate representation of color #2B400C: hue angle of 84.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B400C is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB436412-
CMYK0.3300.810.75
HSL84.23º68.42%14.9%-
HSV(B)84.23º81.25%25.1%-
XYZ2.94.211.01-
YUV51.79105.54121.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=36.13%
G=53.78%
B=10.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364120.3300.810.7584.2368.4214.9
Hex2B40C210514B5444f
Octal531001441012111312410417
Binary10101110000001100100001010100011001011101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,12); }

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

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

 a { background-color: rgb(43,64,12); }

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

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

 span { border-color: rgb(43,64,12); }

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