Html Css Color HEX #48671D Green Leaf

📋 copy color: '#48671D'

red 72 ◦ green 103 ◦ blue 29

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

Shades of Green Leaf #48671D

Tints of Green Leaf #48671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.49%

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

R = 35.29%
G = 50.49%
B = 14.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#48671D (or 0x48671D) is known color: Green Leaf. HEX triplet: 48, 67 and 1D. RGB value is (72,103,29). Sum of RGB (Red+Green+Blue) = 72+103+29=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #48671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48671D is #B798E2. Grayscale: #555555. Windows color (decimal): -12032227 or 1926984. OLE color: 1926984.

HSL color Cylindrical-coordinate representation of color #48671D: hue angle of 85.14º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48671D is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 29 -
CMYK 0.30 0 0.72 0.60
HSL 85.14º 0.56% 0.26% -
HSV(B) 85.14º 0.72% 0.4% -
XYZ 7.74 11.17 2.91 -
YUV 85.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 72 103 29 0.30 0 0.72 0.60 85.14 0.56 0.26
Hex 48 67 1D 1E 0 48 3C 55 38 1A
Octal 110 147 35 36 0 110 74 125 70 32
Binary 1001000 1100111 11101 11110 0 1001000 111100 1010101 111000 11010

Color Harmonies of #48671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48671D

Black with #48671D

Text Example


Text Example

White with #48671D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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