Html Css Color HEX #2D5007 Turtle Green

📋 copy color: '#2D5007'

red 45 ◦ green 80 ◦ blue 7

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

Shades of Turtle Green #2D5007

Tints of Turtle Green #2D5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.61%

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

R = 34.09%
G = 60.61%
B = 5.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#2D5007 (or 0x2D5007) is known color: Turtle Green. HEX triplet: 2D, 50 and 07. RGB value is (45,80,7). Sum of RGB (Red+Green+Blue) = 45+80+7=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5007 is #D2AFF8. Grayscale: #3D3D3D. Windows color (decimal): -13807609 or 479277. OLE color: 479277.

HSL color Cylindrical-coordinate representation of color #2D5007: hue angle of 88.77º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D5007 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 80 7 -
CMYK 0.44 0 0.91 0.69
HSL 88.77º 0.84% 0.17% -
HSV(B) 88.77º 0.91% 0.31% -
XYZ 3.99 6.31 1.21 -
YUV 61.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 45 80 7 0.44 0 0.91 0.69 88.77 0.84 0.17
Hex 2D 50 7 2C 0 5B 45 59 54 11
Octal 55 120 7 54 0 133 105 131 124 21
Binary 101101 1010000 111 101100 0 1011011 1000101 1011001 1010100 10001

Color Harmonies of #2D5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5007

Black with #2D5007

Text Example


Text Example

White with #2D5007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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