Html Css Color HEX #48741D Green Leaf

📋 copy color: '#48741D'

red 72 ◦ green 116 ◦ blue 29

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

Shades of Green Leaf #48741D

Tints of Green Leaf #48741D

RGB

 RED value IS 72 (28.52% from 255) = 33.18%

 GREEN value IS 116 (45.7% from 255) = 53.46%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 33.18%
G = 53.46%
B = 13.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#48741D (or 0x48741D) is known color: Green Leaf. HEX triplet: 48, 74 and 1D. RGB value is (72,116,29). Sum of RGB (Red+Green+Blue) = 72+116+29=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #48741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48741D is #B78BE2. Grayscale: #5D5D5D. Windows color (decimal): -12028899 or 1930312. OLE color: 1930312.

HSL color Cylindrical-coordinate representation of color #48741D: hue angle of 90.34º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48741D is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 29 -
CMYK 0.38 0 0.75 0.55
HSL 90.34º 0.6% 0.28% -
HSV(B) 90.34º 0.75% 0.45% -
XYZ 9.14 13.96 3.37 -
YUV 92.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 72 116 29 0.38 0 0.75 0.55 90.34 0.6 0.28
Hex 48 74 1D 26 0 4B 37 5A 3C 1C
Octal 110 164 35 46 0 113 67 132 74 34
Binary 1001000 1110100 11101 100110 0 1001011 110111 1011010 111100 11100

Color Harmonies of #48741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48741D

Black with #48741D

Text Example


Text Example

White with #48741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48741D; }

 p { color: rgb(72,116,29); }

 H1.HeaderClassName
 {
   color: #48741D;
 }
 .AnyTagClassName
 {
   color: #48741D;
 }
</style>

background-color css

<style>
 a { background-color: #48741D; }

 a { background-color: rgb(72,116,29); }

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

border-color css

<style>
 span { border-color: #48741D; }

 span { border-color: rgb(72,116,29); }

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