Html Css Color HEX #42961F La Palma

📋 copy color: '#42961F'

red 66 ◦ green 150 ◦ blue 31

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

Shades of La Palma #42961F

Tints of La Palma #42961F

RGB

 RED value IS 66 (26.17% from 255) = 26.72%

 GREEN value IS 150 (58.98% from 255) = 60.73%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 26.72%
G = 60.73%
B = 12.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#42961F (or 0x42961F) is known color: La Palma. HEX triplet: 42, 96 and 1F. RGB value is (66,150,31). Sum of RGB (Red+Green+Blue) = 66+150+31=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #42961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42961F is #BD69E0. Grayscale: #6F6F6F. Windows color (decimal): -12413409 or 2070082. OLE color: 2070082.

HSL color Cylindrical-coordinate representation of color #42961F: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42961F is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 31 -
CMYK 0.56 0 0.79 0.41
HSL 102.35º 0.66% 0.35% -
HSV(B) 102.35º 0.79% 0.59% -
XYZ 13.4 23.07 5.04 -
YUV 111.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 66 150 31 0.56 0 0.79 0.41 102.35 0.66 0.35
Hex 42 96 1F 38 0 4F 29 66 42 23
Octal 102 226 37 70 0 117 51 146 102 43
Binary 1000010 10010110 11111 111000 0 1001111 101001 1100110 1000010 100011

Color Harmonies of #42961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42961F

Black with #42961F

Text Example


Text Example

White with #42961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42961F; }

 p { color: rgb(66,150,31); }

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

background-color css

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

 a { background-color: rgb(66,150,31); }

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

border-color css

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

 span { border-color: rgb(66,150,31); }

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