Html Css Color HEX #2D410A Turtle Green

📋 copy color: '#2D410A'

red 45 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #2D410A

Tints of Turtle Green #2D410A

RGB

 RED value IS 45 (17.97% from 255) = 37.5%

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 37.5%
G = 54.17%
B = 8.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#2D410A (or 0x2D410A) is known color: Turtle Green. HEX triplet: 2D, 41 and 0A. RGB value is (45,65,10). Sum of RGB (Red+Green+Blue) = 45+65+10=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2D410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D410A is #D2BEF5. Grayscale: #343434. Windows color (decimal): -13811446 or 672045. OLE color: 672045.

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

Color convert

RGB 45 65 10 -
CMYK 0.31 0 0.85 0.75
HSL 81.82º 0.73% 0.15% -
HSV(B) 81.82º 0.85% 0.25% -
XYZ 3.03 4.36 0.97 -
YUV 52.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 45 65 10 0.31 0 0.85 0.75 81.82 0.73 0.15
Hex 2D 41 A 1F 0 55 4B 52 49 F
Octal 55 101 12 37 0 125 113 122 111 17
Binary 101101 1000001 1010 11111 0 1010101 1001011 1010010 1001001 1111

Color Harmonies of #2D410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D410A

Black with #2D410A

Text Example


Text Example

White with #2D410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,65,10); }

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

background-color css

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

 a { background-color: rgb(45,65,10); }

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

border-color css

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

 span { border-color: rgb(45,65,10); }

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