Html Css Color HEX #30492B Palm Leaf

📋 copy color: '#30492B'

red 48 ◦ green 73 ◦ blue 43

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

Shades of Palm Leaf #30492B

Tints of Palm Leaf #30492B

RGB

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

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

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

R = 29.27%
G = 44.51%
B = 26.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#30492B (or 0x30492B) is known color: Palm Leaf. HEX triplet: 30, 49 and 2B. RGB value is (48,73,43). Sum of RGB (Red+Green+Blue) = 48+73+43=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #30492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30492B is #CFB6D4. Grayscale: #3E3E3E. Windows color (decimal): -13612757 or 2836784. OLE color: 2836784.

HSL color Cylindrical-coordinate representation of color #30492B: hue angle of 110º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30492B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 43 -
CMYK 0.34 0 0.41 0.71
HSL 110º 0.26% 0.23% -
HSV(B) 110º 0.41% 0.29% -
XYZ 4.04 5.57 3.15 -
YUV 62.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 48 73 43 0.34 0 0.41 0.71 110 0.26 0.23
Hex 30 49 2B 22 0 29 47 6E 1A 17
Octal 60 111 53 42 0 51 107 156 32 27
Binary 110000 1001001 101011 100010 0 101001 1000111 1101110 11010 10111

Color Harmonies of #30492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30492B

Black with #30492B

Text Example


Text Example

White with #30492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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