Html Css Color HEX #2D500A Turtle Green

📋 copy color: '#2D500A'

red 45 ◦ green 80 ◦ blue 10

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

Shades of Turtle Green #2D500A

Tints of Turtle Green #2D500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 33.33%
G = 59.26%
B = 7.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#2D500A (or 0x2D500A) is known color: Turtle Green. HEX triplet: 2D, 50 and 0A. RGB value is (45,80,10). Sum of RGB (Red+Green+Blue) = 45+80+10=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500A is #D2AFF5. Grayscale: #3D3D3D. Windows color (decimal): -13807606 or 675885. OLE color: 675885.

HSL color Cylindrical-coordinate representation of color #2D500A: hue angle of 90º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D500A is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 80 10 -
CMYK 0.44 0 0.87 0.69
HSL 90º 0.78% 0.18% -
HSV(B) 90º 0.88% 0.31% -
XYZ 4.01 6.32 1.3 -
YUV 61.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 45 80 10 0.44 0 0.87 0.69 90 0.78 0.18
Hex 2D 50 A 2C 0 57 45 5A 4E 12
Octal 55 120 12 54 0 127 105 132 116 22
Binary 101101 1010000 1010 101100 0 1010111 1000101 1011010 1001110 10010

Color Harmonies of #2D500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D500A

Black with #2D500A

Text Example


Text Example

White with #2D500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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