Html Css Color HEX #2D4312 Turtle Green

📋 copy color: '#2D4312'

red 45 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #2D4312

Tints of Turtle Green #2D4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.54%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 34.62%
G = 51.54%
B = 13.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#2D4312 (or 0x2D4312) is known color: Turtle Green. HEX triplet: 2D, 43 and 12. RGB value is (45,67,18). Sum of RGB (Red+Green+Blue) = 45+67+18=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4312 is #D2BCED. Grayscale: #373737. Windows color (decimal): -13810926 or 1196845. OLE color: 1196845.

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

Color convert

RGB 45 67 18 -
CMYK 0.33 0 0.73 0.74
HSL 86.94º 0.58% 0.17% -
HSV(B) 86.94º 0.73% 0.26% -
XYZ 3.2 4.62 1.29 -
YUV 54.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 45 67 18 0.33 0 0.73 0.74 86.94 0.58 0.17
Hex 2D 43 12 21 0 49 4A 57 3A 11
Octal 55 103 22 41 0 111 112 127 72 21
Binary 101101 1000011 10010 100001 0 1001001 1001010 1010111 111010 10001

Color Harmonies of #2D4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4312

Black with #2D4312

Text Example


Text Example

White with #2D4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,67,18); }

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

background-color css

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

 a { background-color: rgb(45,67,18); }

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

border-color css

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

 span { border-color: rgb(45,67,18); }

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