Html Css Color HEX #30542B Palm Leaf

📋 copy color: '#30542B'

red 48 ◦ green 84 ◦ blue 43

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

Shades of Palm Leaf #30542B

Tints of Palm Leaf #30542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 27.43%
G = 48%
B = 24.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#30542B (or 0x30542B) is known color: Palm Leaf. HEX triplet: 30, 54 and 2B. RGB value is (48,84,43). Sum of RGB (Red+Green+Blue) = 48+84+43=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #30542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30542B is #CFABD4. Grayscale: #444444. Windows color (decimal): -13609941 or 2839600. OLE color: 2839600.

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

Color convert

RGB 48 84 43 -
CMYK 0.43 0 0.49 0.67
HSL 112.68º 0.32% 0.25% -
HSV(B) 112.68º 0.49% 0.33% -
XYZ 4.83 7.14 3.41 -
YUV 68.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 48 84 43 0.43 0 0.49 0.67 112.68 0.32 0.25
Hex 30 54 2B 2B 0 31 43 71 20 19
Octal 60 124 53 53 0 61 103 161 40 31
Binary 110000 1010100 101011 101011 0 110001 1000011 1110001 100000 11001

Color Harmonies of #30542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30542B

Black with #30542B

Text Example


Text Example

White with #30542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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