Html Css Color HEX #268C62 Elf Green

📋 copy color: '#268C62'

red 38 ◦ green 140 ◦ blue 98

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

Shades of Elf Green #268C62

Tints of Elf Green #268C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 13.77%
G = 50.72%
B = 35.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#268C62 (or 0x268C62) is known color: Elf Green. HEX triplet: 26, 8C and 62. RGB value is (38,140,98). Sum of RGB (Red+Green+Blue) = 38+140+98=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #268C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C62 is #D9739D. Grayscale: #686868. Windows color (decimal): -14250910 or 6458406. OLE color: 6458406.

HSL color Cylindrical-coordinate representation of color #268C62: hue angle of 155.29º 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 #268C62 is Cyan = 0.73, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 140 98 -
CMYK 0.73 0 0.3 0.45
HSL 155.29º 0.57% 0.35% -
HSV(B) 155.29º 0.73% 0.55% -
XYZ 12.38 20.05 14.77 -
YUV 104.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 38 140 98 0.73 0 0.3 0.45 155.29 0.57 0.35
Hex 26 8C 62 49 0 1E 2D 9B 39 23
Octal 46 214 142 111 0 36 55 233 71 43
Binary 100110 10001100 1100010 1001001 0 11110 101101 10011011 111001 100011

Color Harmonies of #268C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268C62

Black with #268C62

Text Example


Text Example

White with #268C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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