Html Css Color HEX #2D490C Turtle Green

📋 copy color: '#2D490C'

red 45 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #2D490C

Tints of Turtle Green #2D490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 34.62%
G = 56.15%
B = 9.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#2D490C (or 0x2D490C) is known color: Turtle Green. HEX triplet: 2D, 49 and 0C. RGB value is (45,73,12). Sum of RGB (Red+Green+Blue) = 45+73+12=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #2D490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D490C is #D2B6F3. Grayscale: #393939. Windows color (decimal): -13809396 or 805165. OLE color: 805165.

HSL color Cylindrical-coordinate representation of color #2D490C: hue angle of 87.54º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D490C is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 73 12 -
CMYK 0.38 0 0.84 0.71
HSL 87.54º 0.72% 0.17% -
HSV(B) 87.54º 0.84% 0.29% -
XYZ 3.53 5.35 1.19 -
YUV 57.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 45 73 12 0.38 0 0.84 0.71 87.54 0.72 0.17
Hex 2D 49 C 26 0 54 47 58 48 11
Octal 55 111 14 46 0 124 107 130 110 21
Binary 101101 1001001 1100 100110 0 1010100 1000111 1011000 1001000 10001

Color Harmonies of #2D490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D490C

Black with #2D490C

Text Example


Text Example

White with #2D490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,12); }

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

background-color css

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

 a { background-color: rgb(45,73,12); }

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

border-color css

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

 span { border-color: rgb(45,73,12); }

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