Html Css Color HEX #269C55 Eucalyptus

📋 copy color: '#269C55'

red 38 ◦ green 156 ◦ blue 85

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

Shades of Eucalyptus #269C55

Tints of Eucalyptus #269C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 13.62%
G = 55.91%
B = 30.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#269C55 (or 0x269C55) is known color: Eucalyptus. HEX triplet: 26, 9C and 55. RGB value is (38,156,85). Sum of RGB (Red+Green+Blue) = 38+156+85=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #269C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C55 is #D963AA. Grayscale: #707070. Windows color (decimal): -14246827 or 5610534. OLE color: 5610534.

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

Color convert

RGB 38 156 85 -
CMYK 0.76 0 0.46 0.39
HSL 143.9º 0.61% 0.38% -
HSV(B) 143.9º 0.76% 0.61% -
XYZ 14.33 24.84 12.63 -
YUV 112.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 38 156 85 0.76 0 0.46 0.39 143.9 0.61 0.38
Hex 26 9C 55 4C 0 2E 27 90 3D 26
Octal 46 234 125 114 0 56 47 220 75 46
Binary 100110 10011100 1010101 1001100 0 101110 100111 10010000 111101 100110

Color Harmonies of #269C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C55

Black with #269C55

Text Example


Text Example

White with #269C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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