#2A360D

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

Shades of Turtle Green #2A360D

Tints of Turtle Green #2A360D

Color information

#2A360D (or 0x2A360D) is unknown color: approx Turtle Green. HEX triplet: 2A, 36 and 0D. RGB value is (42,54,13). Sum of RGB (Red+Green+Blue) = 42+54+13=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #2A360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A360D is #D5C9F2. Grayscale: #2D2D2D. Windows color (decimal): -14010867 or 865834. OLE color: 865834.

HSL color Cylindrical-coordinate representation of color #2A360D: hue angle of 77.56º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A360D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB425413-
CMYK0.2200.760.79
HSL77.56º61.19%13.14%-
HSV(B)77.56º75.93%21.18%-
XYZ2.353.160.87-
YUV45.74109.52125.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.53%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=38.53%
G=49.54%
B=11.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4254130.2200.760.7977.5661.1913.14
Hex2A36D1604C4F4e3dd
Octal5266152601141171167515
Binary10101011011011011011001001100100111110011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,54,13); }

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

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

 a { background-color: rgb(42,54,13); }

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

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

 span { border-color: rgb(42,54,13); }

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