Html Css Color HEX #448130 La Palma

📋 copy color: '#448130'

red 68 ◦ green 129 ◦ blue 48

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

Shades of La Palma #448130

Tints of La Palma #448130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 27.76%
G = 52.65%
B = 19.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#448130 (or 0x448130) is known color: La Palma. HEX triplet: 44, 81 and 30. RGB value is (68,129,48). Sum of RGB (Red+Green+Blue) = 68+129+48=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #448130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448130 is #BB7ECF. Grayscale: #656565. Windows color (decimal): -12287696 or 3178820. OLE color: 3178820.

HSL color Cylindrical-coordinate representation of color #448130: hue angle of 105.19º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448130 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 48 -
CMYK 0.47 0 0.63 0.49
HSL 105.19º 0.46% 0.35% -
HSV(B) 105.19º 0.63% 0.51% -
XYZ 10.77 17.14 5.54 -
YUV 101.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 68 129 48 0.47 0 0.63 0.49 105.19 0.46 0.35
Hex 44 81 30 2F 0 3F 31 69 2E 23
Octal 104 201 60 57 0 77 61 151 56 43
Binary 1000100 10000001 110000 101111 0 111111 110001 1101001 101110 100011

Color Harmonies of #448130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448130

Black with #448130

Text Example


Text Example

White with #448130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448130; }

 p { color: rgb(68,129,48); }

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

background-color css

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

 a { background-color: rgb(68,129,48); }

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

border-color css

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

 span { border-color: rgb(68,129,48); }

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