Html Css Color HEX #304A1E Palm Leaf

📋 copy color: '#304A1E'

red 48 ◦ green 74 ◦ blue 30

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

Shades of Palm Leaf #304A1E

Tints of Palm Leaf #304A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.68%

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 31.58%
G = 48.68%
B = 19.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#304A1E (or 0x304A1E) is known color: Palm Leaf. HEX triplet: 30, 4A and 1E. RGB value is (48,74,30). Sum of RGB (Red+Green+Blue) = 48+74+30=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #304A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A1E is #CFB5E1. Grayscale: #3D3D3D. Windows color (decimal): -13612514 or 1985072. OLE color: 1985072.

HSL color Cylindrical-coordinate representation of color #304A1E: hue angle of 95.45º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304A1E is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 74 30 -
CMYK 0.35 0 0.59 0.71
HSL 95.45º 0.42% 0.2% -
HSV(B) 95.45º 0.59% 0.29% -
XYZ 3.9 5.62 2.11 -
YUV 61.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 48 74 30 0.35 0 0.59 0.71 95.45 0.42 0.2
Hex 30 4A 1E 23 0 3B 47 5F 2A 14
Octal 60 112 36 43 0 73 107 137 52 24
Binary 110000 1001010 11110 100011 0 111011 1000111 1011111 101010 10100

Color Harmonies of #304A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A1E

Black with #304A1E

Text Example


Text Example

White with #304A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304A1E; }

 p { color: rgb(48,74,30); }

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

background-color css

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

 a { background-color: rgb(48,74,30); }

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

border-color css

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

 span { border-color: rgb(48,74,30); }

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