Html Css Color HEX #2C420F Turtle Green

📋 copy color: '#2C420F'

red 44 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2C420F

Tints of Turtle Green #2C420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.8%

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

R = 35.2%
G = 52.8%
B = 12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2C420F (or 0x2C420F) is known color: Turtle Green. HEX triplet: 2C, 42 and 0F. RGB value is (44,66,15). Sum of RGB (Red+Green+Blue) = 44+66+15=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #2C420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C420F is #D3BDF0. Grayscale: #353535. Windows color (decimal): -13876721 or 999980. OLE color: 999980.

HSL color Cylindrical-coordinate representation of color #2C420F: hue angle of 85.88º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C420F is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 15 -
CMYK 0.33 0 0.77 0.74
HSL 85.88º 0.63% 0.16% -
HSV(B) 85.88º 0.77% 0.26% -
XYZ 3.07 4.47 1.15 -
YUV 53.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 44 66 15 0.33 0 0.77 0.74 85.88 0.63 0.16
Hex 2C 42 F 21 0 4D 4A 56 3F 10
Octal 54 102 17 41 0 115 112 126 77 20
Binary 101100 1000010 1111 100001 0 1001101 1001010 1010110 111111 10000

Color Harmonies of #2C420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C420F

Black with #2C420F

Text Example


Text Example

White with #2C420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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