Html Css Color HEX #269C7D Jungle Green

📋 copy color: '#269C7D'

red 38 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #269C7D

Tints of Jungle Green #269C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 11.91%
G = 48.9%
B = 39.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#269C7D (or 0x269C7D) is known color: Jungle Green. HEX triplet: 26, 9C and 7D. RGB value is (38,156,125). Sum of RGB (Red+Green+Blue) = 38+156+125=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #269C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C7D is #D96382. Grayscale: #757575. Windows color (decimal): -14246787 or 8231974. OLE color: 8231974.

HSL color Cylindrical-coordinate representation of color #269C7D: hue angle of 164.24º 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 #269C7D is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 156 125 -
CMYK 0.76 0 0.20 0.39
HSL 164.24º 0.61% 0.38% -
HSV(B) 164.24º 0.76% 0.61% -
XYZ 16.39 25.67 23.49 -
YUV 117.18 132.41 71.52 -
System Red Green Blue C M Y K H S L
Decimal 38 156 125 0.76 0 0.20 0.39 164.24 0.61 0.38
Hex 26 9C 7D 4C 0 14 27 A4 3D 26
Octal 46 234 175 114 0 24 47 244 75 46
Binary 100110 10011100 1111101 1001100 0 10100 100111 10100100 111101 100110

Color Harmonies of #269C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C7D

Black with #269C7D

Text Example


Text Example

White with #269C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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