Html Css Color HEX #304C22 Palm Leaf

📋 copy color: '#304C22'

red 48 ◦ green 76 ◦ blue 34

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

Shades of Palm Leaf #304C22

Tints of Palm Leaf #304C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 30.38%
G = 48.1%
B = 21.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#304C22 (or 0x304C22) is known color: Palm Leaf. HEX triplet: 30, 4C and 22. RGB value is (48,76,34). Sum of RGB (Red+Green+Blue) = 48+76+34=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #304C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C22 is #CFB3DD. Grayscale: #3E3E3E. Windows color (decimal): -13611998 or 2247728. OLE color: 2247728.

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

Color convert

RGB 48 76 34 -
CMYK 0.37 0 0.55 0.70
HSL 100º 0.38% 0.22% -
HSV(B) 100º 0.55% 0.3% -
XYZ 4.09 5.91 2.44 -
YUV 62.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 48 76 34 0.37 0 0.55 0.70 100 0.38 0.22
Hex 30 4C 22 25 0 37 46 64 26 16
Octal 60 114 42 45 0 67 106 144 46 26
Binary 110000 1001100 100010 100101 0 110111 1000110 1100100 100110 10110

Color Harmonies of #304C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C22

Black with #304C22

Text Example


Text Example

White with #304C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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