Html Css Color HEX #28BD90 Jungle Green

📋 copy color: '#28BD90'

red 40 ◦ green 189 ◦ blue 144

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

Shades of Jungle Green #28BD90

Tints of Jungle Green #28BD90

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 10.72%
G = 50.67%
B = 38.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#28BD90 (or 0x28BD90) is known color: Jungle Green. HEX triplet: 28, BD and 90. RGB value is (40,189,144). Sum of RGB (Red+Green+Blue) = 40+189+144=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD90 is #D7426F. Grayscale: #8B8B8B. Windows color (decimal): -14107248 or 9485608. OLE color: 9485608.

HSL color Cylindrical-coordinate representation of color #28BD90: hue angle of 161.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD90 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 144 -
CMYK 0.79 0 0.24 0.26
HSL 161.88º 0.65% 0.45% -
HSV(B) 161.88º 0.79% 0.74% -
XYZ 24.11 38.86 32.62 -
YUV 139.32 130.64 57.16 -
System Red Green Blue C M Y K H S L
Decimal 40 189 144 0.79 0 0.24 0.26 161.88 0.65 0.45
Hex 28 BD 90 4F 0 18 1A A2 41 2D
Octal 50 275 220 117 0 30 32 242 101 55
Binary 101000 10111101 10010000 1001111 0 11000 11010 10100010 1000001 101101

Color Harmonies of #28BD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BD90

Black with #28BD90

Text Example


Text Example

White with #28BD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,144); }

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

background-color css

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

 a { background-color: rgb(40,189,144); }

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

border-color css

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

 span { border-color: rgb(40,189,144); }

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