Html Css Color HEX #304C1F Palm Leaf

📋 copy color: '#304C1F'

red 48 ◦ green 76 ◦ blue 31

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

Shades of Palm Leaf #304C1F

Tints of Palm Leaf #304C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.03%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 30.97%
G = 49.03%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#304C1F (or 0x304C1F) is known color: Palm Leaf. HEX triplet: 30, 4C and 1F. RGB value is (48,76,31). Sum of RGB (Red+Green+Blue) = 48+76+31=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1F is #CFB3E0. Grayscale: #3E3E3E. Windows color (decimal): -13612001 or 2051120. OLE color: 2051120.

HSL color Cylindrical-coordinate representation of color #304C1F: hue angle of 97.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304C1F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 31 -
CMYK 0.37 0 0.59 0.70
HSL 97.33º 0.42% 0.21% -
HSV(B) 97.33º 0.59% 0.3% -
XYZ 4.05 5.9 2.22 -
YUV 62.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 48 76 31 0.37 0 0.59 0.70 97.33 0.42 0.21
Hex 30 4C 1F 25 0 3B 46 61 2A 15
Octal 60 114 37 45 0 73 106 141 52 25
Binary 110000 1001100 11111 100101 0 111011 1000110 1100001 101010 10101

Color Harmonies of #304C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C1F

Black with #304C1F

Text Example


Text Example

White with #304C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,31); }

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

background-color css

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

 a { background-color: rgb(48,76,31); }

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

border-color css

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

 span { border-color: rgb(48,76,31); }

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