Html Css Color HEX #1B965E Elf Green

📋 copy color: '#1B965E'

red 27 ◦ green 150 ◦ blue 94

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

Shades of Elf Green #1B965E

Tints of Elf Green #1B965E

RGB

 RED value IS 27 (10.94% from 255) = 9.96%

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 9.96%
G = 55.35%
B = 34.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#1B965E (or 0x1B965E) is known color: Elf Green. HEX triplet: 1B, 96 and 5E. RGB value is (27,150,94). Sum of RGB (Red+Green+Blue) = 27+150+94=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #1B965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B965E is #E469A1. Grayscale: #6A6A6A. Windows color (decimal): -14969250 or 6198811. OLE color: 6198811.

HSL color Cylindrical-coordinate representation of color #1B965E: hue angle of 152.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B965E is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 150 94 -
CMYK 0.82 0 0.37 0.41
HSL 152.68º 0.69% 0.35% -
HSV(B) 152.68º 0.82% 0.59% -
XYZ 13.38 22.85 14.3 -
YUV 106.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 27 150 94 0.82 0 0.37 0.41 152.68 0.69 0.35
Hex 1B 96 5E 52 0 25 29 99 45 23
Octal 33 226 136 122 0 45 51 231 105 43
Binary 11011 10010110 1011110 1010010 0 100101 101001 10011001 1000101 100011

Color Harmonies of #1B965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B965E

Black with #1B965E

Text Example


Text Example

White with #1B965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B965E; }

 p { color: rgb(27,150,94); }

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

background-color css

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

 a { background-color: rgb(27,150,94); }

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

border-color css

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

 span { border-color: rgb(27,150,94); }

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