Html Css Color HEX #269B5B Eucalyptus

📋 copy color: '#269B5B'

red 38 ◦ green 155 ◦ blue 91

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

Shades of Eucalyptus #269B5B

Tints of Eucalyptus #269B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 13.38%
G = 54.58%
B = 32.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#269B5B (or 0x269B5B) is known color: Eucalyptus. HEX triplet: 26, 9B and 5B. RGB value is (38,155,91). Sum of RGB (Red+Green+Blue) = 38+155+91=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #269B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B5B is #D964A4. Grayscale: #707070. Windows color (decimal): -14247077 or 6003494. OLE color: 6003494.

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

Color convert

RGB 38 155 91 -
CMYK 0.75 0 0.41 0.39
HSL 147.18º 0.61% 0.38% -
HSV(B) 147.18º 0.75% 0.61% -
XYZ 14.41 24.61 13.89 -
YUV 112.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 38 155 91 0.75 0 0.41 0.39 147.18 0.61 0.38
Hex 26 9B 5B 4B 0 29 27 93 3D 26
Octal 46 233 133 113 0 51 47 223 75 46
Binary 100110 10011011 1011011 1001011 0 101001 100111 10010011 111101 100110

Color Harmonies of #269B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B5B

Black with #269B5B

Text Example


Text Example

White with #269B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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