Html Css Color HEX #2D4703 Turtle Green

📋 copy color: '#2D4703'

red 45 ◦ green 71 ◦ blue 3

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

Shades of Turtle Green #2D4703

Tints of Turtle Green #2D4703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 37.82%
G = 59.66%
B = 2.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#2D4703 (or 0x2D4703) is known color: Turtle Green. HEX triplet: 2D, 47 and 03. RGB value is (45,71,3). Sum of RGB (Red+Green+Blue) = 45+71+3=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4703 is #D2B8FC. Grayscale: #373737. Windows color (decimal): -13809917 or 214829. OLE color: 214829.

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

Color convert

RGB 45 71 3 -
CMYK 0.37 0 0.96 0.72
HSL 82.94º 0.92% 0.15% -
HSV(B) 82.94º 0.96% 0.28% -
XYZ 3.35 5.07 0.89 -
YUV 55.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 45 71 3 0.37 0 0.96 0.72 82.94 0.92 0.15
Hex 2D 47 3 25 0 60 48 53 5C F
Octal 55 107 3 45 0 140 110 123 134 17
Binary 101101 1000111 11 100101 0 1100000 1001000 1010011 1011100 1111

Color Harmonies of #2D4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4703

Black with #2D4703

Text Example


Text Example

White with #2D4703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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