Html Css Color HEX #269B73 Elf Green

📋 copy color: '#269B73'

red 38 ◦ green 155 ◦ blue 115

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

Shades of Elf Green #269B73

Tints of Elf Green #269B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 12.34%
G = 50.32%
B = 37.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#269B73 (or 0x269B73) is known color: Elf Green. HEX triplet: 26, 9B and 73. RGB value is (38,155,115). Sum of RGB (Red+Green+Blue) = 38+155+115=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #269B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B73 is #D9648C. Grayscale: #737373. Windows color (decimal): -14247053 or 7576358. OLE color: 7576358.

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

Color convert

RGB 38 155 115 -
CMYK 0.75 0 0.26 0.39
HSL 159.49º 0.61% 0.38% -
HSV(B) 159.49º 0.75% 0.61% -
XYZ 15.62 25.09 20.24 -
YUV 115.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 38 155 115 0.75 0 0.26 0.39 159.49 0.61 0.38
Hex 26 9B 73 4B 0 1A 27 9F 3D 26
Octal 46 233 163 113 0 32 47 237 75 46
Binary 100110 10011011 1110011 1001011 0 11010 100111 10011111 111101 100110

Color Harmonies of #269B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B73

Black with #269B73

Text Example


Text Example

White with #269B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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