Html Css Color HEX #449F2A La Palma

📋 copy color: '#449F2A'

red 68 ◦ green 159 ◦ blue 42

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

Shades of La Palma #449F2A

Tints of La Palma #449F2A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 59.11%

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

R = 25.28%
G = 59.11%
B = 15.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#449F2A (or 0x449F2A) is known color: La Palma. HEX triplet: 44, 9F and 2A. RGB value is (68,159,42). Sum of RGB (Red+Green+Blue) = 68+159+42=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #449F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F2A is #BB60D5. Grayscale: #767676. Windows color (decimal): -12280022 or 2793284. OLE color: 2793284.

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

Color convert

RGB 68 159 42 -
CMYK 0.57 0 0.74 0.38
HSL 106.67º 0.58% 0.39% -
HSV(B) 106.67º 0.74% 0.62% -
XYZ 15.2 26.19 6.45 -
YUV 118.45 84.85 92.01 -
System Red Green Blue C M Y K H S L
Decimal 68 159 42 0.57 0 0.74 0.38 106.67 0.58 0.39
Hex 44 9F 2A 39 0 4A 26 6B 3A 27
Octal 104 237 52 71 0 112 46 153 72 47
Binary 1000100 10011111 101010 111001 0 1001010 100110 1101011 111010 100111

Color Harmonies of #449F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F2A

Black with #449F2A

Text Example


Text Example

White with #449F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,42); }

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

background-color css

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

 a { background-color: rgb(68,159,42); }

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

border-color css

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

 span { border-color: rgb(68,159,42); }

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