Html Css Color HEX #2D400A Turtle Green

📋 copy color: '#2D400A'

red 45 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #2D400A

Tints of Turtle Green #2D400A

RGB

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

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

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

R = 37.82%
G = 53.78%
B = 8.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#2D400A (or 0x2D400A) is known color: Turtle Green. HEX triplet: 2D, 40 and 0A. RGB value is (45,64,10). Sum of RGB (Red+Green+Blue) = 45+64+10=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2D400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D400A is #D2BFF5. Grayscale: #343434. Windows color (decimal): -13811702 or 671789. OLE color: 671789.

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

Color convert

RGB 45 64 10 -
CMYK 0.30 0 0.84 0.75
HSL 81.11º 0.73% 0.15% -
HSV(B) 81.11º 0.84% 0.25% -
XYZ 2.97 4.25 0.95 -
YUV 52.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 45 64 10 0.30 0 0.84 0.75 81.11 0.73 0.15
Hex 2D 40 A 1E 0 54 4B 51 49 F
Octal 55 100 12 36 0 124 113 121 111 17
Binary 101101 1000000 1010 11110 0 1010100 1001011 1010001 1001001 1111

Color Harmonies of #2D400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D400A

Black with #2D400A

Text Example


Text Example

White with #2D400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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