Html Css Color HEX #2D4007 Turtle Green

📋 copy color: '#2D4007'

red 45 ◦ green 64 ◦ blue 7

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

Shades of Turtle Green #2D4007

Tints of Turtle Green #2D4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

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

R = 38.79%
G = 55.17%
B = 6.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#2D4007 (or 0x2D4007) is known color: Turtle Green. HEX triplet: 2D, 40 and 07. RGB value is (45,64,7). Sum of RGB (Red+Green+Blue) = 45+64+7=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4007 is #D2BFF8. Grayscale: #343434. Windows color (decimal): -13811705 or 475181. OLE color: 475181.

HSL color Cylindrical-coordinate representation of color #2D4007: hue angle of 80º degrees, saturation: 0.8, 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 #2D4007 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 64 7 -
CMYK 0.30 0 0.89 0.75
HSL 80º 0.8% 0.14% -
HSV(B) 80º 0.89% 0.25% -
XYZ 2.95 4.24 0.86 -
YUV 51.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 45 64 7 0.30 0 0.89 0.75 80 0.8 0.14
Hex 2D 40 7 1E 0 59 4B 50 50 E
Octal 55 100 7 36 0 131 113 120 120 16
Binary 101101 1000000 111 11110 0 1011001 1001011 1010000 1010000 1110

Color Harmonies of #2D4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4007

Black with #2D4007

Text Example


Text Example

White with #2D4007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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