Html Css Color HEX #449B30 La Palma

📋 copy color: '#449B30'

red 68 ◦ green 155 ◦ blue 48

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

Shades of La Palma #449B30

Tints of La Palma #449B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.2%

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

R = 25.09%
G = 57.2%
B = 17.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#449B30 (or 0x449B30) is known color: La Palma. HEX triplet: 44, 9B and 30. RGB value is (68,155,48). Sum of RGB (Red+Green+Blue) = 68+155+48=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #449B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B30 is #BB64CF. Grayscale: #757575. Windows color (decimal): -12281040 or 3185476. OLE color: 3185476.

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

Color convert

RGB 68 155 48 -
CMYK 0.56 0 0.69 0.39
HSL 108.79º 0.53% 0.4% -
HSV(B) 108.79º 0.69% 0.61% -
XYZ 14.64 24.89 6.83 -
YUV 116.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 68 155 48 0.56 0 0.69 0.39 108.79 0.53 0.4
Hex 44 9B 30 38 0 45 27 6D 35 28
Octal 104 233 60 70 0 105 47 155 65 50
Binary 1000100 10011011 110000 111000 0 1000101 100111 1101101 110101 101000

Color Harmonies of #449B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B30

Black with #449B30

Text Example


Text Example

White with #449B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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