Html Css Color HEX #269C65 Eucalyptus

📋 copy color: '#269C65'

red 38 ◦ green 156 ◦ blue 101

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

Shades of Eucalyptus #269C65

Tints of Eucalyptus #269C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 12.88%
G = 52.88%
B = 34.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#269C65 (or 0x269C65) is known color: Eucalyptus. HEX triplet: 26, 9C and 65. RGB value is (38,156,101). Sum of RGB (Red+Green+Blue) = 38+156+101=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #269C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C65 is #D9639A. Grayscale: #727272. Windows color (decimal): -14246811 or 6659110. OLE color: 6659110.

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

Color convert

RGB 38 156 101 -
CMYK 0.76 0 0.35 0.39
HSL 152.03º 0.61% 0.38% -
HSV(B) 152.03º 0.76% 0.61% -
XYZ 15.04 25.13 16.37 -
YUV 114.45 120.41 73.47 -
System Red Green Blue C M Y K H S L
Decimal 38 156 101 0.76 0 0.35 0.39 152.03 0.61 0.38
Hex 26 9C 65 4C 0 23 27 98 3D 26
Octal 46 234 145 114 0 43 47 230 75 46
Binary 100110 10011100 1100101 1001100 0 100011 100111 10011000 111101 100110

Color Harmonies of #269C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C65

Black with #269C65

Text Example


Text Example

White with #269C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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