Html Css Color HEX #42872B La Palma

📋 copy color: '#42872B'

red 66 ◦ green 135 ◦ blue 43

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

Shades of La Palma #42872B

Tints of La Palma #42872B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.33%

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 27.05%
G = 55.33%
B = 17.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#42872B (or 0x42872B) is known color: La Palma. HEX triplet: 42, 87 and 2B. RGB value is (66,135,43). Sum of RGB (Red+Green+Blue) = 66+135+43=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #42872B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42872B is #BD78D4. Grayscale: #686868. Windows color (decimal): -12417237 or 2852674. OLE color: 2852674.

HSL color Cylindrical-coordinate representation of color #42872B: hue angle of 105º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42872B is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 43 -
CMYK 0.51 0 0.68 0.47
HSL 105º 0.52% 0.35% -
HSV(B) 105º 0.68% 0.53% -
XYZ 11.35 18.66 5.29 -
YUV 103.88 93.64 100.98 -
System Red Green Blue C M Y K H S L
Decimal 66 135 43 0.51 0 0.68 0.47 105 0.52 0.35
Hex 42 87 2B 33 0 44 2F 69 34 23
Octal 102 207 53 63 0 104 57 151 64 43
Binary 1000010 10000111 101011 110011 0 1000100 101111 1101001 110100 100011

Color Harmonies of #42872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42872B

Black with #42872B

Text Example


Text Example

White with #42872B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,135,43); }

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

background-color css

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

 a { background-color: rgb(66,135,43); }

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

border-color css

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

 span { border-color: rgb(66,135,43); }

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