#2B370A

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

Shades of Turtle Green #2B370A

Tints of Turtle Green #2B370A

Color information

#2B370A (or 0x2B370A) is unknown color: approx Turtle Green. HEX triplet: 2B, 37 and 0A. RGB value is (43,55,10). Sum of RGB (Red+Green+Blue) = 43+55+10=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #2B370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B370A is #D4C8F5. Grayscale: #2E2E2E. Windows color (decimal): -13945078 or 669483. OLE color: 669483.

HSL color Cylindrical-coordinate representation of color #2B370A: hue angle of 76º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B370A is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB435510-
CMYK0.2200.820.78
HSL76º69.23%12.75%-
HSV(B)76º81.82%21.57%-
XYZ2.423.270.79-
YUV46.28107.52125.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=39.81%
G=50.93%
B=9.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4355100.2200.820.787669.2312.75
Hex2B37A160524E4c45d
Octal53671226012211611410515
Binary101011110111101010110010100101001110100110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,10); }

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

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

 a { background-color: rgb(43,55,10); }

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

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

 span { border-color: rgb(43,55,10); }

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