Html Css Color HEX #2D4701 Turtle Green

📋 copy color: '#2D4701'

red 45 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #2D4701

Tints of Turtle Green #2D4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 38.46%
G = 60.68%
B = 0.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#2D4701 (or 0x2D4701) is known color: Turtle Green. HEX triplet: 2D, 47 and 01. RGB value is (45,71,1). Sum of RGB (Red+Green+Blue) = 45+71+1=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4701 is #D2B8FE. Grayscale: #373737. Windows color (decimal): -13809919 or 83757. OLE color: 83757.

HSL color Cylindrical-coordinate representation of color #2D4701: hue angle of 82.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D4701 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 71 1 -
CMYK 0.37 0 0.99 0.72
HSL 82.29º 0.97% 0.14% -
HSV(B) 82.29º 0.99% 0.28% -
XYZ 3.34 5.07 0.83 -
YUV 55.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 45 71 1 0.37 0 0.99 0.72 82.29 0.97 0.14
Hex 2D 47 1 25 0 63 48 52 61 E
Octal 55 107 1 45 0 143 110 122 141 16
Binary 101101 1000111 1 100101 0 1100011 1001000 1010010 1100001 1110

Color Harmonies of #2D4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4701

Black with #2D4701

Text Example


Text Example

White with #2D4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,1); }

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

background-color css

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

 a { background-color: rgb(45,71,1); }

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

border-color css

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

 span { border-color: rgb(45,71,1); }

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