Html Css Color HEX #42994F Chateau Green

📋 copy color: '#42994F'

red 66 ◦ green 153 ◦ blue 79

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

Shades of Chateau Green #42994F

Tints of Chateau Green #42994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 22.15%
G = 51.34%
B = 26.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#42994F (or 0x42994F) is known color: Chateau Green. HEX triplet: 42, 99 and 4F. RGB value is (66,153,79). Sum of RGB (Red+Green+Blue) = 66+153+79=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #42994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42994F is #BD66B0. Grayscale: #767676. Windows color (decimal): -12412593 or 5216578. OLE color: 5216578.

HSL color Cylindrical-coordinate representation of color #42994F: hue angle of 128.97º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42994F is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 79 -
CMYK 0.57 0 0.48 0.4
HSL 128.97º 0.4% 0.43% -
HSV(B) 128.97º 0.57% 0.6% -
XYZ 15.05 24.51 11.33 -
YUV 118.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 66 153 79 0.57 0 0.48 0.4 128.97 0.4 0.43
Hex 42 99 4F 39 0 30 28 81 28 2B
Octal 102 231 117 71 0 60 50 201 50 53
Binary 1000010 10011001 1001111 111001 0 110000 101000 10000001 101000 101011

Color Harmonies of #42994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42994F

Black with #42994F

Text Example


Text Example

White with #42994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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