Html Css Color HEX #448C03 La Palma

📋 copy color: '#448C03'

red 68 ◦ green 140 ◦ blue 3

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

Shades of La Palma #448C03

Tints of La Palma #448C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 32.23%
G = 66.35%
B = 1.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#448C03 (or 0x448C03) is known color: La Palma. HEX triplet: 44, 8C and 03. RGB value is (68,140,3). Sum of RGB (Red+Green+Blue) = 68+140+3=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #448C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448C03 is #BB73FC. Grayscale: #676767. Windows color (decimal): -12284925 or 232516. OLE color: 232516.

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

Color convert

RGB 68 140 3 -
CMYK 0.51 0 0.98 0.45
HSL 91.53º 0.96% 0.28% -
HSV(B) 91.53º 0.98% 0.55% -
XYZ 11.78 19.99 3.32 -
YUV 102.85 71.65 103.14 -
System Red Green Blue C M Y K H S L
Decimal 68 140 3 0.51 0 0.98 0.45 91.53 0.96 0.28
Hex 44 8C 3 33 0 62 2D 5C 60 1C
Octal 104 214 3 63 0 142 55 134 140 34
Binary 1000100 10001100 11 110011 0 1100010 101101 1011100 1100000 11100

Color Harmonies of #448C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C03

Black with #448C03

Text Example


Text Example

White with #448C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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