Html Css Color HEX #305422 Palm Leaf

📋 copy color: '#305422'

red 48 ◦ green 84 ◦ blue 34

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

Shades of Palm Leaf #305422

Tints of Palm Leaf #305422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

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

R = 28.92%
G = 50.6%
B = 20.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#305422 (or 0x305422) is known color: Palm Leaf. HEX triplet: 30, 54 and 22. RGB value is (48,84,34). Sum of RGB (Red+Green+Blue) = 48+84+34=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #305422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305422 is #CFABDD. Grayscale: #434343. Windows color (decimal): -13609950 or 2249776. OLE color: 2249776.

HSL color Cylindrical-coordinate representation of color #305422: hue angle of 103.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305422 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 34 -
CMYK 0.43 0 0.60 0.67
HSL 103.2º 0.42% 0.23% -
HSV(B) 103.2º 0.6% 0.33% -
XYZ 4.68 7.08 2.63 -
YUV 67.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 48 84 34 0.43 0 0.60 0.67 103.2 0.42 0.23
Hex 30 54 22 2B 0 3C 43 67 2A 17
Octal 60 124 42 53 0 74 103 147 52 27
Binary 110000 1010100 100010 101011 0 111100 1000011 1100111 101010 10111

Color Harmonies of #305422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305422

Black with #305422

Text Example


Text Example

White with #305422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305422; }

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

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

background-color css

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

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

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

border-color css

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

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

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