Html Css Color HEX #299B7A Jungle Green

📋 copy color: '#299B7A'

red 41 ◦ green 155 ◦ blue 122

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

Shades of Jungle Green #299B7A

Tints of Jungle Green #299B7A

RGB

 RED value IS 41 (16.41% from 255) = 12.89%

 GREEN value IS 155 (60.94% from 255) = 48.74%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 12.89%
G = 48.74%
B = 38.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#299B7A (or 0x299B7A) is known color: Jungle Green. HEX triplet: 29, 9B and 7A. RGB value is (41,155,122). Sum of RGB (Red+Green+Blue) = 41+155+122=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #299B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B7A is #D66485. Grayscale: #757575. Windows color (decimal): -14050438 or 8035113. OLE color: 8035113.

HSL color Cylindrical-coordinate representation of color #299B7A: hue angle of 162.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B7A is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 155 122 -
CMYK 0.74 0 0.21 0.39
HSL 162.63º 0.58% 0.38% -
HSV(B) 162.63º 0.74% 0.61% -
XYZ 16.15 25.32 22.45 -
YUV 117.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 41 155 122 0.74 0 0.21 0.39 162.63 0.58 0.38
Hex 29 9B 7A 4A 0 15 27 A3 3A 26
Octal 51 233 172 112 0 25 47 243 72 46
Binary 101001 10011011 1111010 1001010 0 10101 100111 10100011 111010 100110

Color Harmonies of #299B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B7A

Black with #299B7A

Text Example


Text Example

White with #299B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299B7A; }

 p { color: rgb(41,155,122); }

 H1.HeaderClassName
 {
   color: #299B7A;
 }
 .AnyTagClassName
 {
   color: #299B7A;
 }
</style>

background-color css

<style>
 a { background-color: #299B7A; }

 a { background-color: rgb(41,155,122); }

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

border-color css

<style>
 span { border-color: #299B7A; }

 span { border-color: rgb(41,155,122); }

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