Html Css Color HEX #449D30 La Palma

📋 copy color: '#449D30'

red 68 ◦ green 157 ◦ blue 48

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

Shades of La Palma #449D30

Tints of La Palma #449D30

RGB

 RED value IS 68 (26.95% from 255) = 24.91%

 GREEN value IS 157 (61.72% from 255) = 57.51%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 24.91%
G = 57.51%
B = 17.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#449D30 (or 0x449D30) is known color: La Palma. HEX triplet: 44, 9D and 30. RGB value is (68,157,48). Sum of RGB (Red+Green+Blue) = 68+157+48=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #449D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D30 is #BB62CF. Grayscale: #767676. Windows color (decimal): -12280528 or 3185988. OLE color: 3185988.

HSL color Cylindrical-coordinate representation of color #449D30: hue angle of 108.99º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449D30 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 48 -
CMYK 0.57 0 0.69 0.38
HSL 108.99º 0.53% 0.4% -
HSV(B) 108.99º 0.69% 0.62% -
XYZ 14.97 25.56 6.94 -
YUV 117.96 88.51 92.36 -
System Red Green Blue C M Y K H S L
Decimal 68 157 48 0.57 0 0.69 0.38 108.99 0.53 0.4
Hex 44 9D 30 39 0 45 26 6D 35 28
Octal 104 235 60 71 0 105 46 155 65 50
Binary 1000100 10011101 110000 111001 0 1000101 100110 1101101 110101 101000

Color Harmonies of #449D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D30

Black with #449D30

Text Example


Text Example

White with #449D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449D30; }

 p { color: rgb(68,157,48); }

 H1.HeaderClassName
 {
   color: #449D30;
 }
 .AnyTagClassName
 {
   color: #449D30;
 }
</style>

background-color css

<style>
 a { background-color: #449D30; }

 a { background-color: rgb(68,157,48); }

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

border-color css

<style>
 span { border-color: #449D30; }

 span { border-color: rgb(68,157,48); }

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