Html Css Color HEX #42990B La Palma

📋 copy color: '#42990B'

red 66 ◦ green 153 ◦ blue 11

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

Shades of La Palma #42990B

Tints of La Palma #42990B

RGB

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

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

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

R = 28.7%
G = 66.52%
B = 4.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#42990B (or 0x42990B) is known color: La Palma. HEX triplet: 42, 99 and 0B. RGB value is (66,153,11). Sum of RGB (Red+Green+Blue) = 66+153+11=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #42990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990B is #BD66F4. Grayscale: #6F6F6F. Windows color (decimal): -12412661 or 760130. OLE color: 760130.

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

Color convert

RGB 66 153 11 -
CMYK 0.57 0 0.93 0.4
HSL 96.76º 0.87% 0.32% -
HSV(B) 96.76º 0.93% 0.6% -
XYZ 13.7 23.96 4.22 -
YUV 110.8 71.68 96.05 -
System Red Green Blue C M Y K H S L
Decimal 66 153 11 0.57 0 0.93 0.4 96.76 0.87 0.32
Hex 42 99 B 39 0 5D 28 61 57 20
Octal 102 231 13 71 0 135 50 141 127 40
Binary 1000010 10011001 1011 111001 0 1011101 101000 1100001 1010111 100000

Color Harmonies of #42990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42990B

Black with #42990B

Text Example


Text Example

White with #42990B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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