Html Css Color HEX #289C75 Jungle Green

📋 copy color: '#289C75'

red 40 ◦ green 156 ◦ blue 117

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

Shades of Jungle Green #289C75

Tints of Jungle Green #289C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.84%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 12.78%
G = 49.84%
B = 37.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#289C75 (or 0x289C75) is known color: Jungle Green. HEX triplet: 28, 9C and 75. RGB value is (40,156,117). Sum of RGB (Red+Green+Blue) = 40+156+117=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #289C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C75 is #D7638A. Grayscale: #747474. Windows color (decimal): -14115723 or 7707688. OLE color: 7707688.

HSL color Cylindrical-coordinate representation of color #289C75: hue angle of 159.83º degrees, saturation: 0.59, 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 #289C75 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 156 117 -
CMYK 0.74 0 0.25 0.39
HSL 159.83º 0.59% 0.38% -
HSV(B) 159.83º 0.74% 0.61% -
XYZ 15.97 25.51 20.91 -
YUV 116.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 40 156 117 0.74 0 0.25 0.39 159.83 0.59 0.38
Hex 28 9C 75 4A 0 19 27 A0 3B 26
Octal 50 234 165 112 0 31 47 240 73 46
Binary 101000 10011100 1110101 1001010 0 11001 100111 10100000 111011 100110

Color Harmonies of #289C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289C75

Black with #289C75

Text Example


Text Example

White with #289C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289C75; }

 p { color: rgb(40,156,117); }

 H1.HeaderClassName
 {
   color: #289C75;
 }
 .AnyTagClassName
 {
   color: #289C75;
 }
</style>

background-color css

<style>
 a { background-color: #289C75; }

 a { background-color: rgb(40,156,117); }

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

border-color css

<style>
 span { border-color: #289C75; }

 span { border-color: rgb(40,156,117); }

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