Html Css Color HEX #30AF8C Jungle Green

📋 copy color: '#30AF8C'

red 48 ◦ green 175 ◦ blue 140

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

Shades of Jungle Green #30AF8C

Tints of Jungle Green #30AF8C

RGB

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

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

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

R = 13.22%
G = 48.21%
B = 38.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#30AF8C (or 0x30AF8C) is known color: Jungle Green. HEX triplet: 30, AF and 8C. RGB value is (48,175,140). Sum of RGB (Red+Green+Blue) = 48+175+140=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF8C is #CF5073. Grayscale: #858585. Windows color (decimal): -13586548 or 9219888. OLE color: 9219888.

HSL color Cylindrical-coordinate representation of color #30AF8C: hue angle of 163.46º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF8C is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 140 -
CMYK 0.73 0 0.2 0.31
HSL 163.46º 0.57% 0.44% -
HSV(B) 163.46º 0.73% 0.69% -
XYZ 21.28 33.18 30.09 -
YUV 133.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 48 175 140 0.73 0 0.2 0.31 163.46 0.57 0.44
Hex 30 AF 8C 49 0 14 1F A3 39 2C
Octal 60 257 214 111 0 24 37 243 71 54
Binary 110000 10101111 10001100 1001001 0 10100 11111 10100011 111001 101100

Color Harmonies of #30AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF8C

Black with #30AF8C

Text Example


Text Example

White with #30AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,140); }

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

background-color css

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

 a { background-color: rgb(48,175,140); }

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

border-color css

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

 span { border-color: rgb(48,175,140); }

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