Html Css Color HEX #448A1E La Palma

📋 copy color: '#448A1E'

red 68 ◦ green 138 ◦ blue 30

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

Shades of La Palma #448A1E

Tints of La Palma #448A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 28.81%
G = 58.47%
B = 12.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#448A1E (or 0x448A1E) is known color: La Palma. HEX triplet: 44, 8A and 1E. RGB value is (68,138,30). Sum of RGB (Red+Green+Blue) = 68+138+30=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #448A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A1E is #BB75E1. Grayscale: #696969. Windows color (decimal): -12285410 or 2001476. OLE color: 2001476.

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

Color convert

RGB 68 138 30 -
CMYK 0.51 0 0.78 0.46
HSL 98.89º 0.64% 0.33% -
HSV(B) 98.89º 0.78% 0.54% -
XYZ 11.71 19.5 4.38 -
YUV 104.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 68 138 30 0.51 0 0.78 0.46 98.89 0.64 0.33
Hex 44 8A 1E 33 0 4E 2E 63 40 21
Octal 104 212 36 63 0 116 56 143 100 41
Binary 1000100 10001010 11110 110011 0 1001110 101110 1100011 1000000 100001

Color Harmonies of #448A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A1E

Black with #448A1E

Text Example


Text Example

White with #448A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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