Html Css Color HEX #28B348 Chateau Green

📋 copy color: '#28B348'

red 40 ◦ green 179 ◦ blue 72

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

Shades of Chateau Green #28B348

Tints of Chateau Green #28B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 61.51%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 13.75%
G = 61.51%
B = 24.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#28B348 (or 0x28B348) is known color: Chateau Green. HEX triplet: 28, B3 and 48. RGB value is (40,179,72). Sum of RGB (Red+Green+Blue) = 40+179+72=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #28B348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B348 is #D74CB7. Grayscale: #7D7D7D. Windows color (decimal): -14109880 or 4764456. OLE color: 4764456.

HSL color Cylindrical-coordinate representation of color #28B348: hue angle of 133.81º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B348 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 179 72 -
CMYK 0.78 0 0.60 0.30
HSL 133.81º 0.63% 0.43% -
HSV(B) 133.81º 0.78% 0.7% -
XYZ 18.16 33.16 11.57 -
YUV 125.24 97.95 67.2 -
System Red Green Blue C M Y K H S L
Decimal 40 179 72 0.78 0 0.60 0.30 133.81 0.63 0.43
Hex 28 B3 48 4E 0 3C 1E 86 3F 2B
Octal 50 263 110 116 0 74 36 206 77 53
Binary 101000 10110011 1001000 1001110 0 111100 11110 10000110 111111 101011

Color Harmonies of #28B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B348

Black with #28B348

Text Example


Text Example

White with #28B348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,179,72); }

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

background-color css

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

 a { background-color: rgb(40,179,72); }

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

border-color css

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

 span { border-color: rgb(40,179,72); }

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