Html Css Color HEX #304126 Palm Leaf

📋 copy color: '#304126'

red 48 ◦ green 65 ◦ blue 38

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

Shades of Palm Leaf #304126

Tints of Palm Leaf #304126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 31.79%
G = 43.05%
B = 25.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#304126 (or 0x304126) is known color: Palm Leaf. HEX triplet: 30, 41 and 26. RGB value is (48,65,38). Sum of RGB (Red+Green+Blue) = 48+65+38=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #304126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304126 is #CFBED9. Grayscale: #383838. Windows color (decimal): -13614810 or 2507056. OLE color: 2507056.

HSL color Cylindrical-coordinate representation of color #304126: hue angle of 97.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304126 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 38 -
CMYK 0.26 0 0.42 0.75
HSL 97.78º 0.26% 0.2% -
HSV(B) 97.78º 0.42% 0.25% -
XYZ 3.46 4.55 2.53 -
YUV 56.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 48 65 38 0.26 0 0.42 0.75 97.78 0.26 0.2
Hex 30 41 26 1A 0 2A 4B 62 1A 14
Octal 60 101 46 32 0 52 113 142 32 24
Binary 110000 1000001 100110 11010 0 101010 1001011 1100010 11010 10100

Color Harmonies of #304126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304126

Black with #304126

Text Example


Text Example

White with #304126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304126; }

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

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

background-color css

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

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

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

border-color css

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

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

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