Html Css Color HEX #239B7A Jungle Green

📋 copy color: '#239B7A'

red 35 ◦ green 155 ◦ blue 122

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

Shades of Jungle Green #239B7A

Tints of Jungle Green #239B7A

RGB

 RED value IS 35 (14.06% from 255) = 11.22%

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

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

R = 11.22%
G = 49.68%
B = 39.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#239B7A (or 0x239B7A) is known color: Jungle Green. HEX triplet: 23, 9B and 7A. RGB value is (35,155,122). Sum of RGB (Red+Green+Blue) = 35+155+122=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #239B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B7A is #DC6485. Grayscale: #737373. Windows color (decimal): -14443654 or 8035107. OLE color: 8035107.

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

Color convert

RGB 35 155 122 -
CMYK 0.77 0 0.21 0.39
HSL 163.5º 0.63% 0.37% -
HSV(B) 163.5º 0.77% 0.61% -
XYZ 15.93 25.21 22.44 -
YUV 115.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 35 155 122 0.77 0 0.21 0.39 163.5 0.63 0.37
Hex 23 9B 7A 4D 0 15 27 A4 3F 25
Octal 43 233 172 115 0 25 47 244 77 45
Binary 100011 10011011 1111010 1001101 0 10101 100111 10100100 111111 100101

Color Harmonies of #239B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B7A

Black with #239B7A

Text Example


Text Example

White with #239B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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