Html Css Color HEX #448E0F La Palma

📋 copy color: '#448E0F'

red 68 ◦ green 142 ◦ blue 15

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

Shades of La Palma #448E0F

Tints of La Palma #448E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 63.11%

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 30.22%
G = 63.11%
B = 6.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#448E0F (or 0x448E0F) is known color: La Palma. HEX triplet: 44, 8E and 0F. RGB value is (68,142,15). Sum of RGB (Red+Green+Blue) = 68+142+15=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #448E0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448E0F is #BB71F0. Grayscale: #696969. Windows color (decimal): -12284401 or 1019460. OLE color: 1019460.

HSL color Cylindrical-coordinate representation of color #448E0F: hue angle of 94.96º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #448E0F is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 142 15 -
CMYK 0.52 0 0.89 0.44
HSL 94.96º 0.81% 0.31% -
HSV(B) 94.96º 0.89% 0.56% -
XYZ 12.14 20.61 3.79 -
YUV 105.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 68 142 15 0.52 0 0.89 0.44 94.96 0.81 0.31
Hex 44 8E F 34 0 59 2C 5F 51 1F
Octal 104 216 17 64 0 131 54 137 121 37
Binary 1000100 10001110 1111 110100 0 1011001 101100 1011111 1010001 11111

Color Harmonies of #448E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E0F

Black with #448E0F

Text Example


Text Example

White with #448E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448E0F; }

 p { color: rgb(68,142,15); }

 H1.HeaderClassName
 {
   color: #448E0F;
 }
 .AnyTagClassName
 {
   color: #448E0F;
 }
</style>

background-color css

<style>
 a { background-color: #448E0F; }

 a { background-color: rgb(68,142,15); }

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

border-color css

<style>
 span { border-color: #448E0F; }

 span { border-color: rgb(68,142,15); }

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