Html Css Color HEX #2C3615 Turtle Green

📋 copy color: '#2C3615'

red 44 ◦ green 54 ◦ blue 21

#2C3615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2C3615

Tints of Turtle Green #2C3615

RGB

 RED value IS 44 (17.58% from 255) = 36.97%

 GREEN value IS 54 (21.48% from 255) = 45.38%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 36.97%
G = 45.38%
B = 17.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#2C3615 (or 0x2C3615) is known color: Turtle Green. HEX triplet: 2C, 36 and 15. RGB value is (44,54,21). Sum of RGB (Red+Green+Blue) = 44+54+21=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3615 is #D3C9EA. Grayscale: #2F2F2F. Windows color (decimal): -13879787 or 1390124. OLE color: 1390124.

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

Color convert

RGB 44 54 21 -
CMYK 0.19 0 0.61 0.79
HSL 78.18º 0.44% 0.15% -
HSV(B) 78.18º 0.61% 0.21% -
XYZ 2.49 3.23 1.2 -
YUV 47.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 44 54 21 0.19 0 0.61 0.79 78.18 0.44 0.15
Hex 2C 36 15 13 0 3D 4F 4E 2C F
Octal 54 66 25 23 0 75 117 116 54 17
Binary 101100 110110 10101 10011 0 111101 1001111 1001110 101100 1111

Color Harmonies of #2C3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3615

Black with #2C3615

Text Example


Text Example

White with #2C3615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,54,21); }

 H1.HeaderClassName
 {
   color: #2C3615;
 }
 .AnyTagClassName
 {
   color: #2C3615;
 }
</style>

background-color css

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

 a { background-color: rgb(44,54,21); }

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

border-color css

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

 span { border-color: rgb(44,54,21); }

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