Html Css Color HEX #122F17 Black Bean

📋 copy color: '#122F17'

red 18 ◦ green 47 ◦ blue 23

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

Shades of Black Bean #122F17

Tints of Black Bean #122F17

RGB

 RED value IS 18 (7.42% from 255) = 20.45%

 GREEN value IS 47 (18.75% from 255) = 53.41%

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 20.45%
G = 53.41%
B = 26.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.82

RGB Variations

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

Color information

#122F17 (or 0x122F17) is known color: Black Bean. HEX triplet: 12, 2F and 17. RGB value is (18,47,23). Sum of RGB (Red+Green+Blue) = 18+47+23=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #122F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F17 is #EDD0E8. Grayscale: #232323. Windows color (decimal): -15585513 or 1519378. OLE color: 1519378.

HSL color Cylindrical-coordinate representation of color #122F17: hue angle of 130.34º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F17 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 47 23 -
CMYK 0.62 0 0.51 0.82
HSL 130.34º 0.45% 0.13% -
HSV(B) 130.34º 0.62% 0.18% -
XYZ 1.42 2.22 1.16 -
YUV 35.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 18 47 23 0.62 0 0.51 0.82 130.34 0.45 0.13
Hex 12 2F 17 3E 0 33 52 82 2D D
Octal 22 57 27 76 0 63 122 202 55 15
Binary 10010 101111 10111 111110 0 110011 1010010 10000010 101101 1101

Color Harmonies of #122F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F17

Black with #122F17

Text Example


Text Example

White with #122F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122F17; }

 p { color: rgb(18,47,23); }

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

background-color css

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

 a { background-color: rgb(18,47,23); }

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

border-color css

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

 span { border-color: rgb(18,47,23); }

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