#2C350B

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

Shades of Turtle Green #2C350B

Tints of Turtle Green #2C350B

Color information

#2C350B (or 0x2C350B) is unknown color: approx Turtle Green. HEX triplet: 2C, 35 and 0B. RGB value is (44,53,11). Sum of RGB (Red+Green+Blue) = 44+53+11=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #2C350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C350B is #D3CAF4. Grayscale: #2D2D2D. Windows color (decimal): -13880053 or 734508. OLE color: 734508.

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

Color convert

RGB445311-
CMYK0.1700.790.79
HSL72.86º65.62%12.55%-
HSV(B)72.86º79.25%20.78%-
XYZ2.373.110.79-
YUV45.52108.52126.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.74%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=40.74%
G=49.07%
B=10.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4453110.1700.790.7972.8665.6212.55
Hex2C35B1104F4F4942d
Octal54651321011711711110215
Binary101100110101101110001010011111001111100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,53,11); }

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

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

 a { background-color: rgb(44,53,11); }

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

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

 span { border-color: rgb(44,53,11); }

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