Html Css Color HEX #2D4107 Turtle Green

📋 copy color: '#2D4107'

red 45 ◦ green 65 ◦ blue 7

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

Shades of Turtle Green #2D4107

Tints of Turtle Green #2D4107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.56%

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

R = 38.46%
G = 55.56%
B = 5.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#2D4107 (or 0x2D4107) is known color: Turtle Green. HEX triplet: 2D, 41 and 07. RGB value is (45,65,7). Sum of RGB (Red+Green+Blue) = 45+65+7=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4107 is #D2BEF8. Grayscale: #343434. Windows color (decimal): -13811449 or 475437. OLE color: 475437.

HSL color Cylindrical-coordinate representation of color #2D4107: hue angle of 80.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D4107 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 7 -
CMYK 0.31 0 0.89 0.75
HSL 80.69º 0.81% 0.14% -
HSV(B) 80.69º 0.89% 0.25% -
XYZ 3.01 4.35 0.88 -
YUV 52.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 45 65 7 0.31 0 0.89 0.75 80.69 0.81 0.14
Hex 2D 41 7 1F 0 59 4B 51 51 E
Octal 55 101 7 37 0 131 113 121 121 16
Binary 101101 1000001 111 11111 0 1011001 1001011 1010001 1010001 1110

Color Harmonies of #2D4107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4107

Black with #2D4107

Text Example


Text Example

White with #2D4107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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