Html Css Color HEX #42990E La Palma

📋 copy color: '#42990E'

red 66 ◦ green 153 ◦ blue 14

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

Shades of La Palma #42990E

Tints of La Palma #42990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 28.33%
G = 65.67%
B = 6.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#42990E (or 0x42990E) is known color: La Palma. HEX triplet: 42, 99 and 0E. RGB value is (66,153,14). Sum of RGB (Red+Green+Blue) = 66+153+14=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #42990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990E is #BD66F1. Grayscale: #6F6F6F. Windows color (decimal): -12412658 or 956738. OLE color: 956738.

HSL color Cylindrical-coordinate representation of color #42990E: hue angle of 97.55º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42990E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 14 -
CMYK 0.57 0 0.91 0.4
HSL 97.55º 0.83% 0.33% -
HSV(B) 97.55º 0.91% 0.6% -
XYZ 13.72 23.97 4.32 -
YUV 111.14 73.18 95.8 -
System Red Green Blue C M Y K H S L
Decimal 66 153 14 0.57 0 0.91 0.4 97.55 0.83 0.33
Hex 42 99 E 39 0 5B 28 62 53 21
Octal 102 231 16 71 0 133 50 142 123 41
Binary 1000010 10011001 1110 111001 0 1011011 101000 1100010 1010011 100001

Color Harmonies of #42990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42990E

Black with #42990E

Text Example


Text Example

White with #42990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42990E; }

 p { color: rgb(66,153,14); }

 H1.HeaderClassName
 {
   color: #42990E;
 }
 .AnyTagClassName
 {
   color: #42990E;
 }
</style>

background-color css

<style>
 a { background-color: #42990E; }

 a { background-color: rgb(66,153,14); }

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

border-color css

<style>
 span { border-color: #42990E; }

 span { border-color: rgb(66,153,14); }

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