Html Css Color HEX #448C1F La Palma

📋 copy color: '#448C1F'

red 68 ◦ green 140 ◦ blue 31

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

Shades of La Palma #448C1F

Tints of La Palma #448C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.58%

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 28.45%
G = 58.58%
B = 12.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#448C1F (or 0x448C1F) is known color: La Palma. HEX triplet: 44, 8C and 1F. RGB value is (68,140,31). Sum of RGB (Red+Green+Blue) = 68+140+31=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #448C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C1F is #BB73E0. Grayscale: #6A6A6A. Windows color (decimal): -12284897 or 2067524. OLE color: 2067524.

HSL color Cylindrical-coordinate representation of color #448C1F: hue angle of 99.63º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #448C1F is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 140 31 -
CMYK 0.51 0 0.78 0.45
HSL 99.63º 0.64% 0.34% -
HSV(B) 99.63º 0.78% 0.55% -
XYZ 12.01 20.08 4.54 -
YUV 106.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 68 140 31 0.51 0 0.78 0.45 99.63 0.64 0.34
Hex 44 8C 1F 33 0 4E 2D 64 40 22
Octal 104 214 37 63 0 116 55 144 100 42
Binary 1000100 10001100 11111 110011 0 1001110 101101 1100100 1000000 100010

Color Harmonies of #448C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C1F

Black with #448C1F

Text Example


Text Example

White with #448C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,31); }

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

background-color css

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

 a { background-color: rgb(68,140,31); }

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

border-color css

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

 span { border-color: rgb(68,140,31); }

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