Html Css Color HEX #2D340D Turtle Green

📋 copy color: '#2D340D'

red 45 ◦ green 52 ◦ blue 13

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

Shades of Turtle Green #2D340D

Tints of Turtle Green #2D340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 40.91%
G = 47.27%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#2D340D (or 0x2D340D) is known color: Turtle Green. HEX triplet: 2D, 34 and 0D. RGB value is (45,52,13). Sum of RGB (Red+Green+Blue) = 45+52+13=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #2D340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D340D is #D2CBF2. Grayscale: #2D2D2D. Windows color (decimal): -13814771 or 865325. OLE color: 865325.

HSL color Cylindrical-coordinate representation of color #2D340D: hue angle of 70.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D340D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 45 52 13 -
CMYK 0.13 0 0.75 0.80
HSL 70.77º 0.6% 0.13% -
HSV(B) 70.77º 0.75% 0.2% -
XYZ 2.38 3.04 0.84 -
YUV 45.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 45 52 13 0.13 0 0.75 0.80 70.77 0.6 0.13
Hex 2D 34 D D 0 4B 50 47 3C D
Octal 55 64 15 15 0 113 120 107 74 15
Binary 101101 110100 1101 1101 0 1001011 1010000 1000111 111100 1101

Color Harmonies of #2D340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D340D

Black with #2D340D

Text Example


Text Example

White with #2D340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,52,13); }

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

background-color css

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

 a { background-color: rgb(45,52,13); }

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

border-color css

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

 span { border-color: rgb(45,52,13); }

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