Html Css Color HEX #28B28C Jungle Green

📋 copy color: '#28B28C'

red 40 ◦ green 178 ◦ blue 140

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

Shades of Jungle Green #28B28C

Tints of Jungle Green #28B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.72%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 11.17%
G = 49.72%
B = 39.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#28B28C (or 0x28B28C) is known color: Jungle Green. HEX triplet: 28, B2 and 8C. RGB value is (40,178,140). Sum of RGB (Red+Green+Blue) = 40+178+140=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #28B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B28C is #D74D73. Grayscale: #848484. Windows color (decimal): -14110068 or 9220648. OLE color: 9220648.

HSL color Cylindrical-coordinate representation of color #28B28C: hue angle of 163.48º 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 #28B28C is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 178 140 -
CMYK 0.78 0 0.21 0.30
HSL 163.48º 0.63% 0.43% -
HSV(B) 163.48º 0.78% 0.7% -
XYZ 21.53 34.19 30.27 -
YUV 132.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 40 178 140 0.78 0 0.21 0.30 163.48 0.63 0.43
Hex 28 B2 8C 4E 0 15 1E A3 3F 2B
Octal 50 262 214 116 0 25 36 243 77 53
Binary 101000 10110010 10001100 1001110 0 10101 11110 10100011 111111 101011

Color Harmonies of #28B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B28C

Black with #28B28C

Text Example


Text Example

White with #28B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,178,140); }

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

background-color css

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

 a { background-color: rgb(40,178,140); }

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

border-color css

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

 span { border-color: rgb(40,178,140); }

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