Html Css Color HEX #2C470F Turtle Green

📋 copy color: '#2C470F'

red 44 ◦ green 71 ◦ blue 15

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

Shades of Turtle Green #2C470F

Tints of Turtle Green #2C470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.62%

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 33.85%
G = 54.62%
B = 11.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#2C470F (or 0x2C470F) is known color: Turtle Green. HEX triplet: 2C, 47 and 0F. RGB value is (44,71,15). Sum of RGB (Red+Green+Blue) = 44+71+15=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #2C470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C470F is #D3B8F0. Grayscale: #383838. Windows color (decimal): -13875441 or 1001260. OLE color: 1001260.

HSL color Cylindrical-coordinate representation of color #2C470F: hue angle of 88.93º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C470F is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 15 -
CMYK 0.38 0 0.79 0.72
HSL 88.93º 0.65% 0.17% -
HSV(B) 88.93º 0.79% 0.28% -
XYZ 3.38 5.08 1.25 -
YUV 56.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 44 71 15 0.38 0 0.79 0.72 88.93 0.65 0.17
Hex 2C 47 F 26 0 4F 48 59 41 11
Octal 54 107 17 46 0 117 110 131 101 21
Binary 101100 1000111 1111 100110 0 1001111 1001000 1011001 1000001 10001

Color Harmonies of #2C470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C470F

Black with #2C470F

Text Example


Text Example

White with #2C470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,15); }

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

background-color css

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

 a { background-color: rgb(44,71,15); }

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

border-color css

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

 span { border-color: rgb(44,71,15); }

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