Html Css Color HEX #269B64 Eucalyptus

📋 copy color: '#269B64'

red 38 ◦ green 155 ◦ blue 100

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

Shades of Eucalyptus #269B64

Tints of Eucalyptus #269B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 12.97%
G = 52.9%
B = 34.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#269B64 (or 0x269B64) is known color: Eucalyptus. HEX triplet: 26, 9B and 64. RGB value is (38,155,100). Sum of RGB (Red+Green+Blue) = 38+155+100=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #269B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B64 is #D9649B. Grayscale: #717171. Windows color (decimal): -14247068 or 6593318. OLE color: 6593318.

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

Color convert

RGB 38 155 100 -
CMYK 0.75 0 0.35 0.39
HSL 151.79º 0.61% 0.38% -
HSV(B) 151.79º 0.75% 0.61% -
XYZ 14.82 24.77 16.06 -
YUV 113.75 120.24 73.97 -
System Red Green Blue C M Y K H S L
Decimal 38 155 100 0.75 0 0.35 0.39 151.79 0.61 0.38
Hex 26 9B 64 4B 0 23 27 98 3D 26
Octal 46 233 144 113 0 43 47 230 75 46
Binary 100110 10011011 1100100 1001011 0 100011 100111 10011000 111101 100110

Color Harmonies of #269B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B64

Black with #269B64

Text Example


Text Example

White with #269B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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