Html Css Color HEX #42A226 La Palma

📋 copy color: '#42A226'

red 66 ◦ green 162 ◦ blue 38

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

Shades of La Palma #42A226

Tints of La Palma #42A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.9%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 24.81%
G = 60.9%
B = 14.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#42A226 (or 0x42A226) is known color: La Palma. HEX triplet: 42, A2 and 26. RGB value is (66,162,38). Sum of RGB (Red+Green+Blue) = 66+162+38=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #42A226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A226 is #BD5DD9. Grayscale: #777777. Windows color (decimal): -12410330 or 2531906. OLE color: 2531906.

HSL color Cylindrical-coordinate representation of color #42A226: hue angle of 106.45º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42A226 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 38 -
CMYK 0.59 0 0.77 0.36
HSL 106.45º 0.62% 0.39% -
HSV(B) 106.45º 0.77% 0.64% -
XYZ 15.52 27.14 6.25 -
YUV 119.16 82.2 90.08 -
System Red Green Blue C M Y K H S L
Decimal 66 162 38 0.59 0 0.77 0.36 106.45 0.62 0.39
Hex 42 A2 26 3B 0 4D 24 6A 3E 27
Octal 102 242 46 73 0 115 44 152 76 47
Binary 1000010 10100010 100110 111011 0 1001101 100100 1101010 111110 100111

Color Harmonies of #42A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A226

Black with #42A226

Text Example


Text Example

White with #42A226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A226; }

 p { color: rgb(66,162,38); }

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

background-color css

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

 a { background-color: rgb(66,162,38); }

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

border-color css

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

 span { border-color: rgb(66,162,38); }

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