Html Css Color HEX #268265 Elf Green

📋 copy color: '#268265'

red 38 ◦ green 130 ◦ blue 101

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

Shades of Elf Green #268265

Tints of Elf Green #268265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 14.13%
G = 48.33%
B = 37.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#268265 (or 0x268265) is known color: Elf Green. HEX triplet: 26, 82 and 65. RGB value is (38,130,101). Sum of RGB (Red+Green+Blue) = 38+130+101=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #268265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268265 is #D97D9A. Grayscale: #636363. Windows color (decimal): -14253467 or 6652454. OLE color: 6652454.

HSL color Cylindrical-coordinate representation of color #268265: hue angle of 161.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268265 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 101 -
CMYK 0.71 0 0.22 0.49
HSL 161.09º 0.55% 0.33% -
HSV(B) 161.09º 0.71% 0.51% -
XYZ 11.13 17.32 15.07 -
YUV 99.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 38 130 101 0.71 0 0.22 0.49 161.09 0.55 0.33
Hex 26 82 65 47 0 16 31 A1 37 21
Octal 46 202 145 107 0 26 61 241 67 41
Binary 100110 10000010 1100101 1000111 0 10110 110001 10100001 110111 100001

Color Harmonies of #268265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268265

Black with #268265

Text Example


Text Example

White with #268265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268265; }

 p { color: rgb(38,130,101); }

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

background-color css

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

 a { background-color: rgb(38,130,101); }

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

border-color css

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

 span { border-color: rgb(38,130,101); }

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