Html Css Color HEX #268570 Elf Green

📋 copy color: '#268570'

red 38 ◦ green 133 ◦ blue 112

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

Shades of Elf Green #268570

Tints of Elf Green #268570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 13.43%
G = 47%
B = 39.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#268570 (or 0x268570) is known color: Elf Green. HEX triplet: 26, 85 and 70. RGB value is (38,133,112). Sum of RGB (Red+Green+Blue) = 38+133+112=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #268570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268570 is #D97A8F. Grayscale: #666666. Windows color (decimal): -14252688 or 7374118. OLE color: 7374118.

HSL color Cylindrical-coordinate representation of color #268570: hue angle of 166.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268570 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 112 -
CMYK 0.71 0 0.16 0.48
HSL 166.74º 0.56% 0.34% -
HSV(B) 166.74º 0.71% 0.52% -
XYZ 12.11 18.36 18.23 -
YUV 102.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 38 133 112 0.71 0 0.16 0.48 166.74 0.56 0.34
Hex 26 85 70 47 0 10 30 A7 38 22
Octal 46 205 160 107 0 20 60 247 70 42
Binary 100110 10000101 1110000 1000111 0 10000 110000 10100111 111000 100010

Color Harmonies of #268570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268570

Black with #268570

Text Example


Text Example

White with #268570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268570; }

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

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

background-color css

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

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

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

border-color css

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

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

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