Html Css Color HEX #42A260 Chateau Green

📋 copy color: '#42A260'

red 66 ◦ green 162 ◦ blue 96

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

Shades of Chateau Green #42A260

Tints of Chateau Green #42A260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 20.37%
G = 50%
B = 29.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#42A260 (or 0x42A260) is known color: Chateau Green. HEX triplet: 42, A2 and 60. RGB value is (66,162,96). Sum of RGB (Red+Green+Blue) = 66+162+96=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #42A260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A260 is #BD5D9F. Grayscale: #7D7D7D. Windows color (decimal): -12410272 or 6332994. OLE color: 6332994.

HSL color Cylindrical-coordinate representation of color #42A260: hue angle of 138.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A260 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 96 -
CMYK 0.59 0 0.41 0.36
HSL 138.75º 0.42% 0.45% -
HSV(B) 138.75º 0.59% 0.64% -
XYZ 17.28 27.84 15.53 -
YUV 125.77 111.2 85.37 -
System Red Green Blue C M Y K H S L
Decimal 66 162 96 0.59 0 0.41 0.36 138.75 0.42 0.45
Hex 42 A2 60 3B 0 29 24 8B 2A 2D
Octal 102 242 140 73 0 51 44 213 52 55
Binary 1000010 10100010 1100000 111011 0 101001 100100 10001011 101010 101101

Color Harmonies of #42A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A260

Black with #42A260

Text Example


Text Example

White with #42A260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A260; }

 p { color: rgb(66,162,96); }

 H1.HeaderClassName
 {
   color: #42A260;
 }
 .AnyTagClassName
 {
   color: #42A260;
 }
</style>

background-color css

<style>
 a { background-color: #42A260; }

 a { background-color: rgb(66,162,96); }

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

border-color css

<style>
 span { border-color: #42A260; }

 span { border-color: rgb(66,162,96); }

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