Html Css Color HEX #269C77 Jungle Green

📋 copy color: '#269C77'

red 38 ◦ green 156 ◦ blue 119

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

Shades of Jungle Green #269C77

Tints of Jungle Green #269C77

RGB

 RED value IS 38 (15.23% from 255) = 12.14%

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 12.14%
G = 49.84%
B = 38.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#269C77 (or 0x269C77) is known color: Jungle Green. HEX triplet: 26, 9C and 77. RGB value is (38,156,119). Sum of RGB (Red+Green+Blue) = 38+156+119=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #269C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C77 is #D96388. Grayscale: #747474. Windows color (decimal): -14246793 or 7838758. OLE color: 7838758.

HSL color Cylindrical-coordinate representation of color #269C77: hue angle of 161.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C77 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 156 119 -
CMYK 0.76 0 0.24 0.39
HSL 161.19º 0.61% 0.38% -
HSV(B) 161.19º 0.76% 0.61% -
XYZ 16.02 25.52 21.53 -
YUV 116.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 38 156 119 0.76 0 0.24 0.39 161.19 0.61 0.38
Hex 26 9C 77 4C 0 18 27 A1 3D 26
Octal 46 234 167 114 0 30 47 241 75 46
Binary 100110 10011100 1110111 1001100 0 11000 100111 10100001 111101 100110

Color Harmonies of #269C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C77

Black with #269C77

Text Example


Text Example

White with #269C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269C77; }

 p { color: rgb(38,156,119); }

 H1.HeaderClassName
 {
   color: #269C77;
 }
 .AnyTagClassName
 {
   color: #269C77;
 }
</style>

background-color css

<style>
 a { background-color: #269C77; }

 a { background-color: rgb(38,156,119); }

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

border-color css

<style>
 span { border-color: #269C77; }

 span { border-color: rgb(38,156,119); }

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