#2D540A

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

Shades of Turtle Green #2D540A

Tints of Turtle Green #2D540A

Color information

#2D540A (or 0x2D540A) is unknown color: approx Turtle Green. HEX triplet: 2D, 54 and 0A. RGB value is (45,84,10). Sum of RGB (Red+Green+Blue) = 45+84+10=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #2D540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D540A is #D2ABF5. Grayscale: #404040. Windows color (decimal): -13806582 or 676909. OLE color: 676909.

HSL color Cylindrical-coordinate representation of color #2D540A: hue angle of 91.62º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D540A is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB458410-
CMYK0.4600.880.67
HSL91.62º78.72%18.43%-
HSV(B)91.62º88.1%32.94%-
XYZ4.316.921.4-
YUV63.997.58114.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=32.37%
G=60.43%
B=7.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584100.4600.880.6791.6278.7218.43
Hex2D54A2E058435c4f12
Octal551241256013010313411722
Binary101101101010010101011100101100010000111011100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,10); }

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

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

 a { background-color: rgb(45,84,10); }

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

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

 span { border-color: rgb(45,84,10); }

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