Html Css Color HEX #28AF7B Jungle Green

📋 copy color: '#28AF7B'

red 40 ◦ green 175 ◦ blue 123

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

Shades of Jungle Green #28AF7B

Tints of Jungle Green #28AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 11.83%
G = 51.78%
B = 36.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#28AF7B (or 0x28AF7B) is known color: Jungle Green. HEX triplet: 28, AF and 7B. RGB value is (40,175,123). Sum of RGB (Red+Green+Blue) = 40+175+123=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF7B is #D75084. Grayscale: #808080. Windows color (decimal): -14110853 or 8105768. OLE color: 8105768.

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

Color convert

RGB 40 175 123 -
CMYK 0.77 0 0.30 0.31
HSL 156.89º 0.63% 0.42% -
HSV(B) 156.89º 0.77% 0.69% -
XYZ 19.78 32.54 23.98 -
YUV 128.71 124.77 64.73 -
System Red Green Blue C M Y K H S L
Decimal 40 175 123 0.77 0 0.30 0.31 156.89 0.63 0.42
Hex 28 AF 7B 4D 0 1E 1F 9D 3F 2A
Octal 50 257 173 115 0 36 37 235 77 52
Binary 101000 10101111 1111011 1001101 0 11110 11111 10011101 111111 101010

Color Harmonies of #28AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF7B

Black with #28AF7B

Text Example


Text Example

White with #28AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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