Html Css Color HEX #2C410D Turtle Green

📋 copy color: '#2C410D'

red 44 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #2C410D

Tints of Turtle Green #2C410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 53.28%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 36.07%
G = 53.28%
B = 10.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#2C410D (or 0x2C410D) is known color: Turtle Green. HEX triplet: 2C, 41 and 0D. RGB value is (44,65,13). Sum of RGB (Red+Green+Blue) = 44+65+13=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #2C410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C410D is #D3BEF2. Grayscale: #343434. Windows color (decimal): -13876979 or 868652. OLE color: 868652.

HSL color Cylindrical-coordinate representation of color #2C410D: hue angle of 84.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C410D is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 65 13 -
CMYK 0.32 0 0.80 0.75
HSL 84.23º 0.67% 0.15% -
HSV(B) 84.23º 0.8% 0.25% -
XYZ 3 4.35 1.06 -
YUV 52.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 44 65 13 0.32 0 0.80 0.75 84.23 0.67 0.15
Hex 2C 41 D 20 0 50 4B 54 43 F
Octal 54 101 15 40 0 120 113 124 103 17
Binary 101100 1000001 1101 100000 0 1010000 1001011 1010100 1000011 1111

Color Harmonies of #2C410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C410D

Black with #2C410D

Text Example


Text Example

White with #2C410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,13); }

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

background-color css

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

 a { background-color: rgb(44,65,13); }

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

border-color css

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

 span { border-color: rgb(44,65,13); }

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