Html Css Color HEX #1B762A San Felix

📋 copy color: '#1B762A'

red 27 ◦ green 118 ◦ blue 42

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

Shades of San Felix #1B762A

Tints of San Felix #1B762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.1%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 14.44%
G = 63.1%
B = 22.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#1B762A (or 0x1B762A) is known color: San Felix. HEX triplet: 1B, 76 and 2A. RGB value is (27,118,42). Sum of RGB (Red+Green+Blue) = 27+118+42=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #1B762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B762A is #E489D5. Grayscale: #525252. Windows color (decimal): -14977494 or 2782747. OLE color: 2782747.

HSL color Cylindrical-coordinate representation of color #1B762A: hue angle of 129.89º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B762A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 118 42 -
CMYK 0.77 0 0.64 0.54
HSL 129.89º 0.63% 0.28% -
HSV(B) 129.89º 0.77% 0.46% -
XYZ 7.35 13.36 4.38 -
YUV 82.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 27 118 42 0.77 0 0.64 0.54 129.89 0.63 0.28
Hex 1B 76 2A 4D 0 40 36 82 3F 1C
Octal 33 166 52 115 0 100 66 202 77 34
Binary 11011 1110110 101010 1001101 0 1000000 110110 10000010 111111 11100

Color Harmonies of #1B762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B762A

Black with #1B762A

Text Example


Text Example

White with #1B762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,118,42); }

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

background-color css

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

 a { background-color: rgb(27,118,42); }

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

border-color css

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

 span { border-color: rgb(27,118,42); }

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