Html Css Color HEX #30422A Palm Leaf

📋 copy color: '#30422A'

red 48 ◦ green 66 ◦ blue 42

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

Shades of Palm Leaf #30422A

Tints of Palm Leaf #30422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 30.77%
G = 42.31%
B = 26.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#30422A (or 0x30422A) is known color: Palm Leaf. HEX triplet: 30, 42 and 2A. RGB value is (48,66,42). Sum of RGB (Red+Green+Blue) = 48+66+42=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #30422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30422A is #CFBDD5. Grayscale: #393939. Windows color (decimal): -13614550 or 2769456. OLE color: 2769456.

HSL color Cylindrical-coordinate representation of color #30422A: hue angle of 105º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30422A is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 42 -
CMYK 0.27 0 0.36 0.74
HSL 105º 0.22% 0.21% -
HSV(B) 105º 0.36% 0.26% -
XYZ 3.59 4.69 2.91 -
YUV 57.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 48 66 42 0.27 0 0.36 0.74 105 0.22 0.21
Hex 30 42 2A 1B 0 24 4A 69 16 15
Octal 60 102 52 33 0 44 112 151 26 25
Binary 110000 1000010 101010 11011 0 100100 1001010 1101001 10110 10101

Color Harmonies of #30422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30422A

Black with #30422A

Text Example


Text Example

White with #30422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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