Html Css Color HEX #304826 Palm Leaf

📋 copy color: '#304826'

red 48 ◦ green 72 ◦ blue 38

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

Shades of Palm Leaf #304826

Tints of Palm Leaf #304826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 30.38%
G = 45.57%
B = 24.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#304826 (or 0x304826) is known color: Palm Leaf. HEX triplet: 30, 48 and 26. RGB value is (48,72,38). Sum of RGB (Red+Green+Blue) = 48+72+38=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #304826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304826 is #CFB7D9. Grayscale: #3D3D3D. Windows color (decimal): -13613018 or 2508848. OLE color: 2508848.

HSL color Cylindrical-coordinate representation of color #304826: hue angle of 102.35º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304826 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 38 -
CMYK 0.33 0 0.47 0.72
HSL 102.35º 0.31% 0.22% -
HSV(B) 102.35º 0.47% 0.28% -
XYZ 3.89 5.4 2.67 -
YUV 60.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 48 72 38 0.33 0 0.47 0.72 102.35 0.31 0.22
Hex 30 48 26 21 0 2F 48 66 1F 16
Octal 60 110 46 41 0 57 110 146 37 26
Binary 110000 1001000 100110 100001 0 101111 1001000 1100110 11111 10110

Color Harmonies of #304826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304826

Black with #304826

Text Example


Text Example

White with #304826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304826; }

 p { color: rgb(48,72,38); }

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

background-color css

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

 a { background-color: rgb(48,72,38); }

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

border-color css

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

 span { border-color: rgb(48,72,38); }

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