Html Css Color HEX #268C75 Elf Green

📋 copy color: '#268C75'

red 38 ◦ green 140 ◦ blue 117

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

Shades of Elf Green #268C75

Tints of Elf Green #268C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 12.88%
G = 47.46%
B = 39.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#268C75 (or 0x268C75) is known color: Elf Green. HEX triplet: 26, 8C and 75. RGB value is (38,140,117). Sum of RGB (Red+Green+Blue) = 38+140+117=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #268C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C75 is #D9738A. Grayscale: #6A6A6A. Windows color (decimal): -14250891 or 7703590. OLE color: 7703590.

HSL color Cylindrical-coordinate representation of color #268C75: hue angle of 166.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C75 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 140 117 -
CMYK 0.73 0 0.16 0.45
HSL 166.47º 0.57% 0.35% -
HSV(B) 166.47º 0.73% 0.55% -
XYZ 13.39 20.45 20.07 -
YUV 106.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 38 140 117 0.73 0 0.16 0.45 166.47 0.57 0.35
Hex 26 8C 75 49 0 10 2D A6 39 23
Octal 46 214 165 111 0 20 55 246 71 43
Binary 100110 10001100 1110101 1001001 0 10000 101101 10100110 111001 100011

Color Harmonies of #268C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C75

Black with #268C75

Text Example


Text Example

White with #268C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268C75; }

 p { color: rgb(38,140,117); }

 H1.HeaderClassName
 {
   color: #268C75;
 }
 .AnyTagClassName
 {
   color: #268C75;
 }
</style>

background-color css

<style>
 a { background-color: #268C75; }

 a { background-color: rgb(38,140,117); }

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

border-color css

<style>
 span { border-color: #268C75; }

 span { border-color: rgb(38,140,117); }

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