Html Css Color HEX #42933F Fruit Salad

📋 copy color: '#42933F'

red 66 ◦ green 147 ◦ blue 63

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

Shades of Fruit Salad #42933F

Tints of Fruit Salad #42933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.26%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 23.91%
G = 53.26%
B = 22.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#42933F (or 0x42933F) is known color: Fruit Salad. HEX triplet: 42, 93 and 3F. RGB value is (66,147,63). Sum of RGB (Red+Green+Blue) = 66+147+63=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #42933F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42933F is #BD6CC0. Grayscale: #717171. Windows color (decimal): -12414145 or 4166466. OLE color: 4166466.

HSL color Cylindrical-coordinate representation of color #42933F: hue angle of 117.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42933F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 63 -
CMYK 0.55 0 0.57 0.42
HSL 117.86º 0.4% 0.41% -
HSV(B) 117.86º 0.57% 0.58% -
XYZ 13.58 22.38 8.31 -
YUV 113.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 66 147 63 0.55 0 0.57 0.42 117.86 0.4 0.41
Hex 42 93 3F 37 0 39 2A 76 28 29
Octal 102 223 77 67 0 71 52 166 50 51
Binary 1000010 10010011 111111 110111 0 111001 101010 1110110 101000 101001

Color Harmonies of #42933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42933F

Black with #42933F

Text Example


Text Example

White with #42933F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,147,63); }

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

background-color css

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

 a { background-color: rgb(66,147,63); }

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

border-color css

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

 span { border-color: rgb(66,147,63); }

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