Html Css Color HEX #42935F Chateau Green

📋 copy color: '#42935F'

red 66 ◦ green 147 ◦ blue 95

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

Shades of Chateau Green #42935F

Tints of Chateau Green #42935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 21.43%
G = 47.73%
B = 30.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#42935F (or 0x42935F) is known color: Chateau Green. HEX triplet: 42, 93 and 5F. RGB value is (66,147,95). Sum of RGB (Red+Green+Blue) = 66+147+95=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #42935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42935F is #BD6CA0. Grayscale: #747474. Windows color (decimal): -12414113 or 6263618. OLE color: 6263618.

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

Color convert

RGB 66 147 95 -
CMYK 0.55 0 0.35 0.42
HSL 141.48º 0.38% 0.42% -
HSV(B) 141.48º 0.55% 0.58% -
XYZ 14.75 22.85 14.46 -
YUV 116.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 66 147 95 0.55 0 0.35 0.42 141.48 0.38 0.42
Hex 42 93 5F 37 0 23 2A 8D 26 2A
Octal 102 223 137 67 0 43 52 215 46 52
Binary 1000010 10010011 1011111 110111 0 100011 101010 10001101 100110 101010

Color Harmonies of #42935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42935F

Black with #42935F

Text Example


Text Example

White with #42935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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