Html Css Color HEX #28AF42 Chateau Green

📋 copy color: '#28AF42'

red 40 ◦ green 175 ◦ blue 66

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

Shades of Chateau Green #28AF42

Tints of Chateau Green #28AF42

RGB

 RED value IS 40 (16.02% from 255) = 14.23%

 GREEN value IS 175 (68.75% from 255) = 62.28%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 14.23%
G = 62.28%
B = 23.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#28AF42 (or 0x28AF42) is known color: Chateau Green. HEX triplet: 28, AF and 42. RGB value is (40,175,66). Sum of RGB (Red+Green+Blue) = 40+175+66=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF42 is #D750BD. Grayscale: #7A7A7A. Windows color (decimal): -14110910 or 4370216. OLE color: 4370216.

HSL color Cylindrical-coordinate representation of color #28AF42: hue angle of 131.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF42 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 175 66 -
CMYK 0.77 0 0.62 0.31
HSL 131.56º 0.63% 0.42% -
HSV(B) 131.56º 0.77% 0.69% -
XYZ 17.19 31.5 10.33 -
YUV 122.21 96.27 69.36 -
System Red Green Blue C M Y K H S L
Decimal 40 175 66 0.77 0 0.62 0.31 131.56 0.63 0.42
Hex 28 AF 42 4D 0 3E 1F 84 3F 2A
Octal 50 257 102 115 0 76 37 204 77 52
Binary 101000 10101111 1000010 1001101 0 111110 11111 10000100 111111 101010

Color Harmonies of #28AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF42

Black with #28AF42

Text Example


Text Example

White with #28AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AF42; }

 p { color: rgb(40,175,66); }

 H1.HeaderClassName
 {
   color: #28AF42;
 }
 .AnyTagClassName
 {
   color: #28AF42;
 }
</style>

background-color css

<style>
 a { background-color: #28AF42; }

 a { background-color: rgb(40,175,66); }

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

border-color css

<style>
 span { border-color: #28AF42; }

 span { border-color: rgb(40,175,66); }

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