Html Css Color HEX #304922 Palm Leaf

📋 copy color: '#304922'

red 48 ◦ green 73 ◦ blue 34

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

Shades of Palm Leaf #304922

Tints of Palm Leaf #304922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

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

R = 30.97%
G = 47.1%
B = 21.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#304922 (or 0x304922) is known color: Palm Leaf. HEX triplet: 30, 49 and 22. RGB value is (48,73,34). Sum of RGB (Red+Green+Blue) = 48+73+34=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #304922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304922 is #CFB6DD. Grayscale: #3D3D3D. Windows color (decimal): -13612766 or 2246960. OLE color: 2246960.

HSL color Cylindrical-coordinate representation of color #304922: hue angle of 98.46º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304922 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 34 -
CMYK 0.34 0 0.53 0.71
HSL 98.46º 0.36% 0.21% -
HSV(B) 98.46º 0.53% 0.29% -
XYZ 3.89 5.51 2.37 -
YUV 61.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 48 73 34 0.34 0 0.53 0.71 98.46 0.36 0.21
Hex 30 49 22 22 0 35 47 62 24 15
Octal 60 111 42 42 0 65 107 142 44 25
Binary 110000 1001001 100010 100010 0 110101 1000111 1100010 100100 10101

Color Harmonies of #304922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304922

Black with #304922

Text Example


Text Example

White with #304922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304922; }

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

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

background-color css

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

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

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

border-color css

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

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

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