Html Css Color HEX #268A70 Elf Green

📋 copy color: '#268A70'

red 38 ◦ green 138 ◦ blue 112

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

Shades of Elf Green #268A70

Tints of Elf Green #268A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.92%

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 13.19%
G = 47.92%
B = 38.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#268A70 (or 0x268A70) is known color: Elf Green. HEX triplet: 26, 8A and 70. RGB value is (38,138,112). Sum of RGB (Red+Green+Blue) = 38+138+112=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #268A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A70 is #D9758F. Grayscale: #696969. Windows color (decimal): -14251408 or 7375398. OLE color: 7375398.

HSL color Cylindrical-coordinate representation of color #268A70: hue angle of 164.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A70 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 138 112 -
CMYK 0.72 0 0.19 0.46
HSL 164.4º 0.57% 0.35% -
HSV(B) 164.4º 0.72% 0.54% -
XYZ 12.81 19.76 18.47 -
YUV 105.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 38 138 112 0.72 0 0.19 0.46 164.4 0.57 0.35
Hex 26 8A 70 48 0 13 2E A4 39 23
Octal 46 212 160 110 0 23 56 244 71 43
Binary 100110 10001010 1110000 1001000 0 10011 101110 10100100 111001 100011

Color Harmonies of #268A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268A70

Black with #268A70

Text Example


Text Example

White with #268A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,138,112); }

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

background-color css

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

 a { background-color: rgb(38,138,112); }

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

border-color css

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

 span { border-color: rgb(38,138,112); }

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