Html Css Color HEX #30452D Palm Leaf

📋 copy color: '#30452D'

red 48 ◦ green 69 ◦ blue 45

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

Shades of Palm Leaf #30452D

Tints of Palm Leaf #30452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 29.63%
G = 42.59%
B = 27.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#30452D (or 0x30452D) is known color: Palm Leaf. HEX triplet: 30, 45 and 2D. RGB value is (48,69,45). Sum of RGB (Red+Green+Blue) = 48+69+45=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #30452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30452D is #CFBAD2. Grayscale: #3C3C3C. Windows color (decimal): -13613779 or 2966832. OLE color: 2966832.

HSL color Cylindrical-coordinate representation of color #30452D: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30452D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 45 -
CMYK 0.30 0 0.35 0.73
HSL 112.5º 0.21% 0.22% -
HSV(B) 112.5º 0.35% 0.27% -
XYZ 3.82 5.07 3.26 -
YUV 59.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 48 69 45 0.30 0 0.35 0.73 112.5 0.21 0.22
Hex 30 45 2D 1E 0 23 49 70 15 16
Octal 60 105 55 36 0 43 111 160 25 26
Binary 110000 1000101 101101 11110 0 100011 1001001 1110000 10101 10110

Color Harmonies of #30452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30452D

Black with #30452D

Text Example


Text Example

White with #30452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30452D; }

 p { color: rgb(48,69,45); }

 H1.HeaderClassName
 {
   color: #30452D;
 }
 .AnyTagClassName
 {
   color: #30452D;
 }
</style>

background-color css

<style>
 a { background-color: #30452D; }

 a { background-color: rgb(48,69,45); }

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

border-color css

<style>
 span { border-color: #30452D; }

 span { border-color: rgb(48,69,45); }

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