Html Css Color HEX #448A1D La Palma

📋 copy color: '#448A1D'

red 68 ◦ green 138 ◦ blue 29

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

Shades of La Palma #448A1D

Tints of La Palma #448A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 58.72%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 28.94%
G = 58.72%
B = 12.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#448A1D (or 0x448A1D) is known color: La Palma. HEX triplet: 44, 8A and 1D. RGB value is (68,138,29). Sum of RGB (Red+Green+Blue) = 68+138+29=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #448A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A1D is #BB75E2. Grayscale: #696969. Windows color (decimal): -12285411 or 1935940. OLE color: 1935940.

HSL color Cylindrical-coordinate representation of color #448A1D: hue angle of 98.53º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #448A1D is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 29 -
CMYK 0.51 0 0.79 0.46
HSL 98.53º 0.65% 0.33% -
HSV(B) 98.53º 0.79% 0.54% -
XYZ 11.69 19.49 4.31 -
YUV 104.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 68 138 29 0.51 0 0.79 0.46 98.53 0.65 0.33
Hex 44 8A 1D 33 0 4F 2E 63 41 21
Octal 104 212 35 63 0 117 56 143 101 41
Binary 1000100 10001010 11101 110011 0 1001111 101110 1100011 1000001 100001

Color Harmonies of #448A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A1D

Black with #448A1D

Text Example


Text Example

White with #448A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,29); }

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

background-color css

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

 a { background-color: rgb(68,138,29); }

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

border-color css

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

 span { border-color: rgb(68,138,29); }

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