Html Css Color HEX #30492F Palm Leaf

📋 copy color: '#30492F'

red 48 ◦ green 73 ◦ blue 47

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

Shades of Palm Leaf #30492F

Tints of Palm Leaf #30492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 28.57%
G = 43.45%
B = 27.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#30492F (or 0x30492F) is known color: Palm Leaf. HEX triplet: 30, 49 and 2F. RGB value is (48,73,47). Sum of RGB (Red+Green+Blue) = 48+73+47=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #30492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30492F is #CFB6D0. Grayscale: #3E3E3E. Windows color (decimal): -13612753 or 3098928. OLE color: 3098928.

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

Color convert

RGB 48 73 47 -
CMYK 0.34 0 0.36 0.71
HSL 117.69º 0.22% 0.24% -
HSV(B) 117.69º 0.36% 0.29% -
XYZ 4.11 5.6 3.55 -
YUV 62.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 48 73 47 0.34 0 0.36 0.71 117.69 0.22 0.24
Hex 30 49 2F 22 0 24 47 76 16 18
Octal 60 111 57 42 0 44 107 166 26 30
Binary 110000 1001001 101111 100010 0 100100 1000111 1110110 10110 11000

Color Harmonies of #30492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30492F

Black with #30492F

Text Example


Text Example

White with #30492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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