Html Css Color HEX #303824 Pine Tree

📋 copy color: '#303824'

red 48 ◦ green 56 ◦ blue 36

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

Shades of Pine Tree #303824

Tints of Pine Tree #303824

RGB

 RED value IS 48 (19.14% from 255) = 34.29%

 GREEN value IS 56 (22.27% from 255) = 40%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 34.29%
G = 40%
B = 25.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#303824 (or 0x303824) is known color: Pine Tree. HEX triplet: 30, 38 and 24. RGB value is (48,56,36). Sum of RGB (Red+Green+Blue) = 48+56+36=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #303824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303824 is #CFC7DB. Grayscale: #333333. Windows color (decimal): -13617116 or 2373680. OLE color: 2373680.

HSL color Cylindrical-coordinate representation of color #303824: hue angle of 84º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303824 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 36 -
CMYK 0.14 0 0.36 0.78
HSL 84º 0.22% 0.18% -
HSV(B) 84º 0.36% 0.22% -
XYZ 2.95 3.58 2.21 -
YUV 51.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 48 56 36 0.14 0 0.36 0.78 84 0.22 0.18
Hex 30 38 24 E 0 24 4E 54 16 12
Octal 60 70 44 16 0 44 116 124 26 22
Binary 110000 111000 100100 1110 0 100100 1001110 1010100 10110 10010

Color Harmonies of #303824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303824

Black with #303824

Text Example


Text Example

White with #303824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303824; }

 p { color: rgb(48,56,36); }

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

background-color css

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

 a { background-color: rgb(48,56,36); }

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

border-color css

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

 span { border-color: rgb(48,56,36); }

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