Html Css Color HEX #42950B La Palma

📋 copy color: '#42950B'

red 66 ◦ green 149 ◦ blue 11

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

Shades of La Palma #42950B

Tints of La Palma #42950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 29.2%
G = 65.93%
B = 4.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#42950B (or 0x42950B) is known color: La Palma. HEX triplet: 42, 95 and 0B. RGB value is (66,149,11). Sum of RGB (Red+Green+Blue) = 66+149+11=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #42950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42950B is #BD6AF4. Grayscale: #6C6C6C. Windows color (decimal): -12413685 or 759106. OLE color: 759106.

HSL color Cylindrical-coordinate representation of color #42950B: hue angle of 96.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42950B is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 11 -
CMYK 0.56 0 0.93 0.42
HSL 96.09º 0.86% 0.31% -
HSV(B) 96.09º 0.93% 0.58% -
XYZ 13.05 22.68 4.01 -
YUV 108.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 66 149 11 0.56 0 0.93 0.42 96.09 0.86 0.31
Hex 42 95 B 38 0 5D 2A 60 56 1F
Octal 102 225 13 70 0 135 52 140 126 37
Binary 1000010 10010101 1011 111000 0 1011101 101010 1100000 1010110 11111

Color Harmonies of #42950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42950B

Black with #42950B

Text Example


Text Example

White with #42950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42950B; }

 p { color: rgb(66,149,11); }

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

background-color css

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

 a { background-color: rgb(66,149,11); }

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

border-color css

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

 span { border-color: rgb(66,149,11); }

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