Html Css Color HEX #269F4F Eucalyptus

📋 copy color: '#269F4F'

red 38 ◦ green 159 ◦ blue 79

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

Shades of Eucalyptus #269F4F

Tints of Eucalyptus #269F4F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.61%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 13.77%
G = 57.61%
B = 28.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#269F4F (or 0x269F4F) is known color: Eucalyptus. HEX triplet: 26, 9F and 4F. RGB value is (38,159,79). Sum of RGB (Red+Green+Blue) = 38+159+79=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #269F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F4F is #D960B0. Grayscale: #717171. Windows color (decimal): -14246065 or 5218086. OLE color: 5218086.

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

Color convert

RGB 38 159 79 -
CMYK 0.76 0 0.50 0.38
HSL 140.33º 0.61% 0.39% -
HSV(B) 140.33º 0.76% 0.62% -
XYZ 14.61 25.77 11.6 -
YUV 113.7 108.41 74 -
System Red Green Blue C M Y K H S L
Decimal 38 159 79 0.76 0 0.50 0.38 140.33 0.61 0.39
Hex 26 9F 4F 4C 0 32 26 8C 3D 27
Octal 46 237 117 114 0 62 46 214 75 47
Binary 100110 10011111 1001111 1001100 0 110010 100110 10001100 111101 100111

Color Harmonies of #269F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269F4F

Black with #269F4F

Text Example


Text Example

White with #269F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,159,79); }

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

background-color css

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

 a { background-color: rgb(38,159,79); }

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

border-color css

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

 span { border-color: rgb(38,159,79); }

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