Html Css Color HEX #269B7F Jungle Green

📋 copy color: '#269B7F'

red 38 ◦ green 155 ◦ blue 127

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

Shades of Jungle Green #269B7F

Tints of Jungle Green #269B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 11.88%
G = 48.44%
B = 39.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#269B7F (or 0x269B7F) is known color: Jungle Green. HEX triplet: 26, 9B and 7F. RGB value is (38,155,127). Sum of RGB (Red+Green+Blue) = 38+155+127=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #269B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B7F is #D96480. Grayscale: #747474. Windows color (decimal): -14247041 or 8362790. OLE color: 8362790.

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

Color convert

RGB 38 155 127 -
CMYK 0.75 0 0.18 0.39
HSL 165.64º 0.61% 0.38% -
HSV(B) 165.64º 0.75% 0.61% -
XYZ 16.35 25.39 24.12 -
YUV 116.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 38 155 127 0.75 0 0.18 0.39 165.64 0.61 0.38
Hex 26 9B 7F 4B 0 12 27 A6 3D 26
Octal 46 233 177 113 0 22 47 246 75 46
Binary 100110 10011011 1111111 1001011 0 10010 100111 10100110 111101 100110

Color Harmonies of #269B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B7F

Black with #269B7F

Text Example


Text Example

White with #269B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,155,127); }

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

background-color css

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

 a { background-color: rgb(38,155,127); }

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

border-color css

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

 span { border-color: rgb(38,155,127); }

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