Html Css Color HEX #30542A Palm Leaf

📋 copy color: '#30542A'

red 48 ◦ green 84 ◦ blue 42

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

Shades of Palm Leaf #30542A

Tints of Palm Leaf #30542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 27.59%
G = 48.28%
B = 24.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#30542A (or 0x30542A) is known color: Palm Leaf. HEX triplet: 30, 54 and 2A. RGB value is (48,84,42). Sum of RGB (Red+Green+Blue) = 48+84+42=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #30542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30542A is #CFABD5. Grayscale: #444444. Windows color (decimal): -13609942 or 2774064. OLE color: 2774064.

HSL color Cylindrical-coordinate representation of color #30542A: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30542A is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 84 42 -
CMYK 0.43 0 0.5 0.67
HSL 111.43º 0.33% 0.25% -
HSV(B) 111.43º 0.5% 0.33% -
XYZ 4.81 7.14 3.31 -
YUV 68.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 48 84 42 0.43 0 0.5 0.67 111.43 0.33 0.25
Hex 30 54 2A 2B 0 32 43 6F 21 19
Octal 60 124 52 53 0 62 103 157 41 31
Binary 110000 1010100 101010 101011 0 110010 1000011 1101111 100001 11001

Color Harmonies of #30542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30542A

Black with #30542A

Text Example


Text Example

White with #30542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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