Html Css Color HEX #41992A La Palma

📋 copy color: '#41992A'

red 65 ◦ green 153 ◦ blue 42

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

Shades of La Palma #41992A

Tints of La Palma #41992A

RGB

 RED value IS 65 (25.78% from 255) = 25%

 GREEN value IS 153 (60.16% from 255) = 58.85%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 25%
G = 58.85%
B = 16.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#41992A (or 0x41992A) is known color: La Palma. HEX triplet: 41, 99 and 2A. RGB value is (65,153,42). Sum of RGB (Red+Green+Blue) = 65+153+42=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #41992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41992A is #BE66D5. Grayscale: #727272. Windows color (decimal): -12478166 or 2791745. OLE color: 2791745.

HSL color Cylindrical-coordinate representation of color #41992A: hue angle of 107.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41992A is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 42 -
CMYK 0.58 0 0.73 0.4
HSL 107.57º 0.57% 0.38% -
HSV(B) 107.57º 0.73% 0.6% -
XYZ 13.99 24.07 6.1 -
YUV 114.03 87.35 93.03 -
System Red Green Blue C M Y K H S L
Decimal 65 153 42 0.58 0 0.73 0.4 107.57 0.57 0.38
Hex 41 99 2A 3A 0 49 28 6C 39 26
Octal 101 231 52 72 0 111 50 154 71 46
Binary 1000001 10011001 101010 111010 0 1001001 101000 1101100 111001 100110

Color Harmonies of #41992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41992A

Black with #41992A

Text Example


Text Example

White with #41992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41992A; }

 p { color: rgb(65,153,42); }

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

background-color css

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

 a { background-color: rgb(65,153,42); }

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

border-color css

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

 span { border-color: rgb(65,153,42); }

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