Html Css Color HEX #2D4802 Turtle Green

📋 copy color: '#2D4802'

red 45 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #2D4802

Tints of Turtle Green #2D4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60.5%

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 37.82%
G = 60.5%
B = 1.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#2D4802 (or 0x2D4802) is known color: Turtle Green. HEX triplet: 2D, 48 and 02. RGB value is (45,72,2). Sum of RGB (Red+Green+Blue) = 45+72+2=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4802 is #D2B7FD. Grayscale: #383838. Windows color (decimal): -13809662 or 149549. OLE color: 149549.

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

Color convert

RGB 45 72 2 -
CMYK 0.38 0 0.97 0.72
HSL 83.14º 0.95% 0.15% -
HSV(B) 83.14º 0.97% 0.28% -
XYZ 3.41 5.2 0.88 -
YUV 55.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 45 72 2 0.38 0 0.97 0.72 83.14 0.95 0.15
Hex 2D 48 2 26 0 61 48 53 5F F
Octal 55 110 2 46 0 141 110 123 137 17
Binary 101101 1001000 10 100110 0 1100001 1001000 1010011 1011111 1111

Color Harmonies of #2D4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4802

Black with #2D4802

Text Example


Text Example

White with #2D4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,2); }

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

background-color css

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

 a { background-color: rgb(45,72,2); }

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

border-color css

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

 span { border-color: rgb(45,72,2); }

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