Html Css Color HEX #30AE7B Jungle Green

📋 copy color: '#30AE7B'

red 48 ◦ green 174 ◦ blue 123

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

Shades of Jungle Green #30AE7B

Tints of Jungle Green #30AE7B

RGB

 RED value IS 48 (19.14% from 255) = 13.91%

 GREEN value IS 174 (68.36% from 255) = 50.43%

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

R = 13.91%
G = 50.43%
B = 35.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#30AE7B (or 0x30AE7B) is known color: Jungle Green. HEX triplet: 30, AE and 7B. RGB value is (48,174,123). Sum of RGB (Red+Green+Blue) = 48+174+123=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AE7B is #CF5184. Grayscale: #828282. Windows color (decimal): -13586821 or 8105520. OLE color: 8105520.

HSL color Cylindrical-coordinate representation of color #30AE7B: hue angle of 155.71º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE7B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 123 -
CMYK 0.72 0 0.29 0.32
HSL 155.71º 0.57% 0.44% -
HSV(B) 155.71º 0.72% 0.68% -
XYZ 19.93 32.33 23.93 -
YUV 130.51 123.76 69.15 -
System Red Green Blue C M Y K H S L
Decimal 48 174 123 0.72 0 0.29 0.32 155.71 0.57 0.44
Hex 30 AE 7B 48 0 1D 20 9C 39 2C
Octal 60 256 173 110 0 35 40 234 71 54
Binary 110000 10101110 1111011 1001000 0 11101 100000 10011100 111001 101100

Color Harmonies of #30AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE7B

Black with #30AE7B

Text Example


Text Example

White with #30AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30AE7B; }

 p { color: rgb(48,174,123); }

 H1.HeaderClassName
 {
   color: #30AE7B;
 }
 .AnyTagClassName
 {
   color: #30AE7B;
 }
</style>

background-color css

<style>
 a { background-color: #30AE7B; }

 a { background-color: rgb(48,174,123); }

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

border-color css

<style>
 span { border-color: #30AE7B; }

 span { border-color: rgb(48,174,123); }

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