Html Css Color HEX #1B965F Elf Green

📋 copy color: '#1B965F'

red 27 ◦ green 150 ◦ blue 95

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

Shades of Elf Green #1B965F

Tints of Elf Green #1B965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.93%

R = 9.93%
G = 55.15%
B = 34.93%

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

#1B965F (or 0x1B965F) is known color: Elf Green. HEX triplet: 1B, 96 and 5F. RGB value is (27,150,95). Sum of RGB (Red+Green+Blue) = 27+150+95=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #1B965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B965F is #E469A0. Grayscale: #6B6B6B. Windows color (decimal): -14969249 or 6264347. OLE color: 6264347.

HSL color Cylindrical-coordinate representation of color #1B965F: hue angle of 153.17º 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 #1B965F is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 150 95 -
CMYK 0.82 0 0.37 0.41
HSL 153.17º 0.69% 0.35% -
HSV(B) 153.17º 0.82% 0.59% -
XYZ 13.42 22.87 14.53 -
YUV 106.95 121.25 70.97 -
System Red Green Blue C M Y K H S L
Decimal 27 150 95 0.82 0 0.37 0.41 153.17 0.69 0.35
Hex 1B 96 5F 52 0 25 29 99 45 23
Octal 33 226 137 122 0 45 51 231 105 43
Binary 11011 10010110 1011111 1010010 0 100101 101001 10011001 1000101 100011

Color Harmonies of #1B965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B965F

Black with #1B965F

Text Example


Text Example

White with #1B965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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