Html Css Color HEX #2C400F Turtle Green

📋 copy color: '#2C400F'

red 44 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #2C400F

Tints of Turtle Green #2C400F

RGB

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

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

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

R = 35.77%
G = 52.03%
B = 12.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#2C400F (or 0x2C400F) is known color: Turtle Green. HEX triplet: 2C, 40 and 0F. RGB value is (44,64,15). Sum of RGB (Red+Green+Blue) = 44+64+15=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #2C400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C400F is #D3BFF0. Grayscale: #343434. Windows color (decimal): -13877233 or 999468. OLE color: 999468.

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

Color convert

RGB 44 64 15 -
CMYK 0.31 0 0.77 0.75
HSL 84.49º 0.62% 0.15% -
HSV(B) 84.49º 0.77% 0.25% -
XYZ 2.96 4.24 1.11 -
YUV 52.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 44 64 15 0.31 0 0.77 0.75 84.49 0.62 0.15
Hex 2C 40 F 1F 0 4D 4B 54 3E F
Octal 54 100 17 37 0 115 113 124 76 17
Binary 101100 1000000 1111 11111 0 1001101 1001011 1010100 111110 1111

Color Harmonies of #2C400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C400F

Black with #2C400F

Text Example


Text Example

White with #2C400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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