Html Css Color HEX #2D4307 Turtle Green

📋 copy color: '#2D4307'

red 45 ◦ green 67 ◦ blue 7

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

Shades of Turtle Green #2D4307

Tints of Turtle Green #2D4307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.88%

R = 37.82%
G = 56.3%
B = 5.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#2D4307 (or 0x2D4307) is known color: Turtle Green. HEX triplet: 2D, 43 and 07. RGB value is (45,67,7). Sum of RGB (Red+Green+Blue) = 45+67+7=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4307 is #D2BCF8. Grayscale: #353535. Windows color (decimal): -13810937 or 475949. OLE color: 475949.

HSL color Cylindrical-coordinate representation of color #2D4307: hue angle of 82º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D4307 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 67 7 -
CMYK 0.33 0 0.90 0.74
HSL 82º 0.81% 0.15% -
HSV(B) 82º 0.9% 0.26% -
XYZ 3.13 4.59 0.92 -
YUV 53.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 45 67 7 0.33 0 0.90 0.74 82 0.81 0.15
Hex 2D 43 7 21 0 5A 4A 52 51 F
Octal 55 103 7 41 0 132 112 122 121 17
Binary 101101 1000011 111 100001 0 1011010 1001010 1010010 1010001 1111

Color Harmonies of #2D4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4307

Black with #2D4307

Text Example


Text Example

White with #2D4307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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