Html Css Color HEX #2C4014 Turtle Green

📋 copy color: '#2C4014'

red 44 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #2C4014

Tints of Turtle Green #2C4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 34.38%
G = 50%
B = 15.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#2C4014 (or 0x2C4014) is known color: Turtle Green. HEX triplet: 2C, 40 and 14. RGB value is (44,64,20). Sum of RGB (Red+Green+Blue) = 44+64+20=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4014 is #D3BFEB. Grayscale: #353535. Windows color (decimal): -13877228 or 1327148. OLE color: 1327148.

HSL color Cylindrical-coordinate representation of color #2C4014: hue angle of 87.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4014 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 64 20 -
CMYK 0.31 0 0.69 0.75
HSL 87.27º 0.52% 0.16% -
HSV(B) 87.27º 0.69% 0.25% -
XYZ 3 4.25 1.32 -
YUV 53 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 44 64 20 0.31 0 0.69 0.75 87.27 0.52 0.16
Hex 2C 40 14 1F 0 45 4B 57 34 10
Octal 54 100 24 37 0 105 113 127 64 20
Binary 101100 1000000 10100 11111 0 1000101 1001011 1010111 110100 10000

Color Harmonies of #2C4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4014

Black with #2C4014

Text Example


Text Example

White with #2C4014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,20); }

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

background-color css

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

 a { background-color: rgb(44,64,20); }

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

border-color css

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

 span { border-color: rgb(44,64,20); }

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