Html Css Color HEX #28AF7E Jungle Green

📋 copy color: '#28AF7E'

red 40 ◦ green 175 ◦ blue 126

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

Shades of Jungle Green #28AF7E

Tints of Jungle Green #28AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 11.73%
G = 51.32%
B = 36.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#28AF7E (or 0x28AF7E) is known color: Jungle Green. HEX triplet: 28, AF and 7E. RGB value is (40,175,126). Sum of RGB (Red+Green+Blue) = 40+175+126=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF7E is #D75081. Grayscale: #818181. Windows color (decimal): -14110850 or 8302376. OLE color: 8302376.

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

Color convert

RGB 40 175 126 -
CMYK 0.77 0 0.28 0.31
HSL 158.22º 0.63% 0.42% -
HSV(B) 158.22º 0.77% 0.69% -
XYZ 19.97 32.62 24.98 -
YUV 129.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 40 175 126 0.77 0 0.28 0.31 158.22 0.63 0.42
Hex 28 AF 7E 4D 0 1C 1F 9E 3F 2A
Octal 50 257 176 115 0 34 37 236 77 52
Binary 101000 10101111 1111110 1001101 0 11100 11111 10011110 111111 101010

Color Harmonies of #28AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF7E

Black with #28AF7E

Text Example


Text Example

White with #28AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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