Html Css Color HEX #42970F La Palma

📋 copy color: '#42970F'

red 66 ◦ green 151 ◦ blue 15

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

Shades of La Palma #42970F

Tints of La Palma #42970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 65.09%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 28.45%
G = 65.09%
B = 6.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#42970F (or 0x42970F) is known color: La Palma. HEX triplet: 42, 97 and 0F. RGB value is (66,151,15). Sum of RGB (Red+Green+Blue) = 66+151+15=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #42970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42970F is #BD68F0. Grayscale: #6E6E6E. Windows color (decimal): -12413169 or 1021762. OLE color: 1021762.

HSL color Cylindrical-coordinate representation of color #42970F: hue angle of 97.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42970F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 15 -
CMYK 0.56 0 0.90 0.41
HSL 97.5º 0.82% 0.33% -
HSV(B) 97.5º 0.9% 0.59% -
XYZ 13.4 23.33 4.25 -
YUV 110.08 74.34 96.56 -
System Red Green Blue C M Y K H S L
Decimal 66 151 15 0.56 0 0.90 0.41 97.5 0.82 0.33
Hex 42 97 F 38 0 5A 29 62 52 21
Octal 102 227 17 70 0 132 51 142 122 41
Binary 1000010 10010111 1111 111000 0 1011010 101001 1100010 1010010 100001

Color Harmonies of #42970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42970F

Black with #42970F

Text Example


Text Example

White with #42970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,151,15); }

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

background-color css

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

 a { background-color: rgb(66,151,15); }

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

border-color css

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

 span { border-color: rgb(66,151,15); }

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