Html Css Color HEX #27826B Elf Green

📋 copy color: '#27826B'

red 39 ◦ green 130 ◦ blue 107

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

Shades of Elf Green #27826B

Tints of Elf Green #27826B

RGB

 RED value IS 39 (15.63% from 255) = 14.13%

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 14.13%
G = 47.1%
B = 38.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#27826B (or 0x27826B) is known color: Elf Green. HEX triplet: 27, 82 and 6B. RGB value is (39,130,107). Sum of RGB (Red+Green+Blue) = 39+130+107=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #27826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27826B is #D87D94. Grayscale: #646464. Windows color (decimal): -14187925 or 7045671. OLE color: 7045671.

HSL color Cylindrical-coordinate representation of color #27826B: hue angle of 164.84º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27826B is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 107 -
CMYK 0.70 0 0.18 0.49
HSL 164.84º 0.54% 0.33% -
HSV(B) 164.84º 0.7% 0.51% -
XYZ 11.47 17.46 16.67 -
YUV 100.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 39 130 107 0.70 0 0.18 0.49 164.84 0.54 0.33
Hex 27 82 6B 46 0 12 31 A5 36 21
Octal 47 202 153 106 0 22 61 245 66 41
Binary 100111 10000010 1101011 1000110 0 10010 110001 10100101 110110 100001

Color Harmonies of #27826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27826B

Black with #27826B

Text Example


Text Example

White with #27826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27826B; }

 p { color: rgb(39,130,107); }

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

background-color css

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

 a { background-color: rgb(39,130,107); }

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

border-color css

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

 span { border-color: rgb(39,130,107); }

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